Skip to content

Commit 7d868c7

Browse files
change file watchers for workflow
1 parent 6cc3216 commit 7d868c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
paths:
66
- '**.php'
77
- '.github/workflows/phpstan.yml'
8-
- 'phpstan.neon.dist'
8+
- 'phpstan.neon'
9+
- 'phpstan.laravel-10.neon'
910
pull_request:
1011
branches:
1112
- '**'

0 commit comments

Comments
 (0)