Skip to content

Commit b3beb4c

Browse files
committed
chore: update test-phpstan.yml
1 parent b5bea41 commit b3beb4c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.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)