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
33on :
44 # Run on pushes to master and on all pull requests.
55 # Prevent the build from running when there are only irrelevant changes.
6- push :
7- branches :
8- - master
9- paths-ignore :
10- - ' **.md'
116 pull_request :
127 # Allow manually triggering the workflow.
138 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ name: PHPStan
33on :
44 # Run on all pushes and on all pull requests.
55 # Prevent the build from running when there are only irrelevant changes.
6- push :
7- paths-ignore :
8- - ' **.md'
9- - ' **.xml'
106 pull_request :
117 # Allow manually triggering the workflow.
128 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ name: Quicktest
22
33on :
44 # Run on pushes to all branches except for `master`.
5- push :
6- branches-ignore :
7- - master
8- paths-ignore :
9- - ' **.md'
105 # Allow manually triggering the workflow.
116 workflow_dispatch :
127
Original file line number Diff line number Diff line change 44 # Run on pushes to `master` and on all pull requests.
55 # Prevent the build from running when there are only irrelevant changes.
66 push :
7- branches :
8- - master
7+ # branches:
8+ # - master
99 paths-ignore :
1010 - ' **.md'
1111 pull_request :
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ name: Validate
33on :
44 # Run on all pushes and on all pull requests.
55 # Prevent the build from running when there are only irrelevant changes.
6- push :
7- paths-ignore :
8- - ' **.md'
96 pull_request :
107 # Allow manually triggering the workflow.
118 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments