File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 push :
77 branches :
88 - master
9- - 4.0
9+ - 4.x
1010 paths :
1111 - ' .github/workflows/build-phar.yml'
1212 - ' .github/workflows/reusable-build-phar.yml'
Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - master
8- - 4.0
8+ - 4.x
99 # Check conflicts in new PRs and for resolved conflicts due to an open PR being updated.
1010 pull_request_target :
1111 types :
Original file line number Diff line number Diff line change 11name : Quicktest
22
33on :
4- # Run on pushes to all branches except for `master`/`4.0 `.
4+ # Run on pushes to all branches except for `master`/`4.x `.
55 push :
66 branches-ignore :
77 - master
8- - 4.0
8+ - 4.x
99 paths-ignore :
1010 - ' **.md'
1111 # Allow manually triggering the workflow.
Original file line number Diff line number Diff line change 11name : Test
22
33on :
4- # Run on pushes to `master`/`4.0 ` and on all pull requests.
4+ # Run on pushes to `master`/`4.x ` and on all pull requests.
55 # Prevent the build from running when there are only irrelevant changes.
66 push :
77 branches :
88 - master
9- - 4.0
9+ - 4.x
1010 tags :
1111 - ' **'
1212 paths-ignore :
You can’t perform that action at this time.
0 commit comments