File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 os : macos-14
2626
2727 # Exclude windows and macos from being built on feature branches
28- on-main-branch :
28+ run-all :
2929 - ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.body, '[ci-all]') }}
3030 exclude :
31- - on-main-branch : false
31+ - run-all : false
3232 runner :
3333 name : Windows
34- - on-main-branch : false
34+ - run-all : false
3535 runner :
3636 name : macOS
3737
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333 - workers
3434
3535 # Exclude windows and macos from being built on feature branches
36- on-main-branch :
36+ run-all :
3737 - ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.body, '[ci-all]') }}
3838 exclude :
39- - on-main-branch : false
39+ - run-all : false
4040 runner :
4141 name : Windows
42- - on-main-branch : false
42+ - run-all : false
4343 runner :
4444 name : macOS
4545
You can’t perform that action at this time.
0 commit comments