Skip to content

Commit 006d755

Browse files
authored
Merge pull request #7722 from kenjis/update-test-phpstan.yml
chore: update test-phpstan.yml
2 parents a20df27 + 2a2a40d commit 006d755

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test-phpstan.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ on:
1212
- 'system/**.php'
1313
- 'utils/**.php'
1414
- composer.json
15-
- '**.neon.dist'
15+
- phpstan.neon.dist
16+
- phpstan-baseline.php
1617
- '.github/workflows/test-phpstan.yml'
1718

1819
push:
@@ -24,7 +25,8 @@ on:
2425
- 'system/**.php'
2526
- 'utils/**.php'
2627
- composer.json
27-
- '**.neon.dist'
28+
- phpstan.neon.dist
29+
- phpstan-baseline.php
2830
- '.github/workflows/test-phpstan.yml'
2931

3032
concurrency:

0 commit comments

Comments
 (0)