Skip to content

Commit b71b7ee

Browse files
committed
chore: add tests/ to paths
1 parent 2530b23 commit b71b7ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-phpstan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
paths:
1111
- 'app/**.php'
1212
- 'system/**.php'
13+
- 'tests/**.php'
1314
- 'utils/**.php'
1415
- composer.json
1516
- phpstan.neon.dist
@@ -23,6 +24,7 @@ on:
2324
paths:
2425
- 'app/**.php'
2526
- 'system/**.php'
27+
- 'tests/**.php'
2628
- 'utils/**.php'
2729
- composer.json
2830
- phpstan.neon.dist

0 commit comments

Comments
 (0)