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 6
6
push :
7
7
branches :
8
8
- master
9
+ - 4.0
9
10
paths :
10
11
- ' .github/workflows/build-phar.yml'
11
12
- ' .github/workflows/reusable-build-phar.yml'
Original file line number Diff line number Diff line change 1
1
name : Quicktest
2
2
3
3
on :
4
- # Run on pushes to all branches except for `master`.
4
+ # Run on pushes to all branches except for `master`/`4.0` .
5
5
push :
6
6
branches-ignore :
7
7
- master
8
+ - 4.0
8
9
paths-ignore :
9
10
- ' **.md'
10
11
# Allow manually triggering the workflow.
Original file line number Diff line number Diff line change 1
1
name : Test
2
2
3
3
on :
4
- # Run on pushes to `master` and on all pull requests.
4
+ # Run on pushes to `master`/`4.0` and on all pull requests.
5
5
# Prevent the build from running when there are only irrelevant changes.
6
6
push :
7
7
branches :
8
8
- master
9
+ - 4.0
9
10
tags :
10
11
- ' **'
11
12
paths-ignore :
You can’t perform that action at this time.
0 commit comments