Skip to content

Commit dec4b71

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into 4.4
2 parents 93398b4 + 006d755 commit dec4b71

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)