File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 44 schedule :
55 - cron : ' 0 0 * * *'
66 pull_request :
7+ paths :
8+ - .github/workflows/test-coding-standards.yml
9+ - ' **.php'
710 push :
11+ paths :
12+ - .github/workflows/test-coding-standards.yml
13+ - ' **.php'
814
915jobs :
1016 coding-standards :
Original file line number Diff line number Diff line change 44 schedule :
55 - cron : ' 0 0 * * *'
66 pull_request :
7+ paths :
8+ - .github/workflows/test-phpstan.yml
9+ - ' **.php'
10+ - extension.neon
11+ - phpstan.neon.dist
712 push :
13+ paths :
14+ - .github/workflows/test-phpstan.yml
15+ - ' **.php'
16+ - extension.neon
17+ - phpstan.neon.dist
818
919jobs :
1020 static-analyses :
Original file line number Diff line number Diff line change 44 schedule :
55 - cron : ' 0 0 * * *'
66 pull_request :
7+ paths :
8+ - .github/workflows/test-phpunit.yml
9+ - ' **.php'
10+ - phpunit.dist.xml
711 push :
12+ paths :
13+ - .github/workflows/test-phpunit.yml
14+ - ' **.php'
15+ - phpunit.dist.xml
816
917jobs :
1018 extension-tests :
You can’t perform that action at this time.
0 commit comments