diff options
author | Steve Bennett <steveb@workware.net.au> | 2024-09-04 12:29:34 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2025-07-16 09:34:08 +1000 |
commit | 00b88f45cf81216260f5fa8f15e17fffae77e0b7 (patch) | |
tree | 93f1e24da723949daa92210b8982b534dfbeceb2 | |
parent | e11be189d0c54aea1f4fb39216c2b99353146978 (diff) | |
download | jimtcl-00b88f45cf81216260f5fa8f15e17fffae77e0b7.zip jimtcl-00b88f45cf81216260f5fa8f15e17fffae77e0b7.tar.gz jimtcl-00b88f45cf81216260f5fa8f15e17fffae77e0b7.tar.bz2 |
github workflow: build master-next
Signed-off-by: Steve Bennett <steveb@workware.net.au>
-rw-r--r-- | .github/workflows/makefile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index a6c4ab8..43f2c88 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -2,7 +2,7 @@ name: Makefile CI on: push: - branches: [ "master" ] + branches: [ "master", "master-next" ] pull_request: branches: [ "master" ] |