File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 9
9
paths :
10
10
- ' .github/workflows/test-coding-standards.yml'
11
11
- ' **.php'
12
+ - ' composer.json'
12
13
push :
13
14
branches :
14
15
- ' *.x'
15
16
paths :
16
17
- ' .github/workflows/test-coding-standards.yml'
17
18
- ' **.php'
19
+ - ' composer.json'
18
20
19
21
jobs :
20
22
coding-standards :
Original file line number Diff line number Diff line change 9
9
paths :
10
10
- ' .github/workflows/test-phpstan.yml'
11
11
- ' **.php'
12
+ - ' composer.json'
12
13
- ' extension.neon'
13
14
- ' phpstan.neon.dist'
14
15
push :
17
18
paths :
18
19
- ' .github/workflows/test-phpstan.yml'
19
20
- ' **.php'
21
+ - ' composer.json'
20
22
- ' extension.neon'
21
23
- ' phpstan.neon.dist'
22
24
Original file line number Diff line number Diff line change 9
9
paths :
10
10
- ' .github/workflows/test-phpunit.yml'
11
11
- ' **.php'
12
+ - ' composer.json'
12
13
- ' phpunit.dist.xml'
13
14
push :
14
15
branches :
15
16
- ' *.x'
16
17
paths :
17
18
- ' .github/workflows/test-phpunit.yml'
18
19
- ' **.php'
20
+ - ' composer.json'
19
21
- ' phpunit.dist.xml'
20
22
21
23
env :
You can’t perform that action at this time.
0 commit comments