File tree Expand file tree Collapse file tree 5 files changed +2
-19
lines changed Expand file tree Collapse file tree 5 files changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,6 @@ name: Build PHARs
3
3
on :
4
4
# Run on pushes to master and on all pull requests.
5
5
# Prevent the build from running when there are only irrelevant changes.
6
- push :
7
- branches :
8
- - master
9
- paths-ignore :
10
- - ' **.md'
11
6
pull_request :
12
7
# Allow manually triggering the workflow.
13
8
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ name: PHPStan
3
3
on :
4
4
# Run on all pushes and on all pull requests.
5
5
# Prevent the build from running when there are only irrelevant changes.
6
- push :
7
- paths-ignore :
8
- - ' **.md'
9
- - ' **.xml'
10
6
pull_request :
11
7
# Allow manually triggering the workflow.
12
8
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ name: Quicktest
2
2
3
3
on :
4
4
# Run on pushes to all branches except for `master`.
5
- push :
6
- branches-ignore :
7
- - master
8
- paths-ignore :
9
- - ' **.md'
10
5
# Allow manually triggering the workflow.
11
6
workflow_dispatch :
12
7
Original file line number Diff line number Diff line change 4
4
# Run on pushes to `master` and on all pull requests.
5
5
# Prevent the build from running when there are only irrelevant changes.
6
6
push :
7
- branches :
8
- - master
7
+ # branches:
8
+ # - master
9
9
paths-ignore :
10
10
- ' **.md'
11
11
pull_request :
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ name: Validate
3
3
on :
4
4
# Run on all pushes and on all pull requests.
5
5
# Prevent the build from running when there are only irrelevant changes.
6
- push :
7
- paths-ignore :
8
- - ' **.md'
9
6
pull_request :
10
7
# Allow manually triggering the workflow.
11
8
workflow_dispatch :
You can’t perform that action at this time.
0 commit comments