File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11name : PHPStan
22
33on :
4- push :
4+ pull_request :
55 paths :
66 - ' **.php'
77 - ' phpstan.neon.dist'
88 - ' .github/workflows/phpstan.yml'
9- pull_request :
9+ push :
10+ branches :
11+ - main
1012 paths :
1113 - ' **.php'
1214 - ' phpstan.neon.dist'
1517
1618concurrency :
1719 group : ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
18- cancel-in-progress : true
20+ cancel-in-progress : false
1921
2022jobs :
2123 phpstan :
Original file line number Diff line number Diff line change 11name : Test
22
33on :
4- push :
4+ pull_request :
55 paths :
66 - ' **.php'
77 - ' .github/workflows/test.yml'
88 - ' phpunit.xml.dist'
99 - ' composer.json'
1010 - ' composer.lock'
11- pull_request :
11+ push :
12+ branches :
13+ - main
1214 paths :
1315 - ' **.php'
1416 - ' .github/workflows/test.yml'
1921
2022concurrency :
2123 group : ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
22- cancel-in-progress : true
24+ cancel-in-progress : false
2325
2426jobs :
2527 test :
You can’t perform that action at this time.
0 commit comments