File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 66 push :
77 branches :
88 - master
9+ - 4.0
910 paths :
1011 - ' .github/workflows/build-phar.yml'
1112 - ' .github/workflows/reusable-build-phar.yml'
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+ # Run on pushes to all branches except for `master`/`4.0` .
55 push :
66 branches-ignore :
77 - master
8+ - 4.0
89 paths-ignore :
910 - ' **.md'
1011 # 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` and on all pull requests.
4+ # Run on pushes to `master`/`4.0` 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
910 tags :
1011 - ' **'
1112 paths-ignore :
You can’t perform that action at this time.
0 commit comments