We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07140d commit 02bf8a2Copy full SHA for 02bf8a2
.github/workflows/phpstan.yml
@@ -2,8 +2,9 @@ name: PHPStan
2
3
on:
4
pull_request:
5
- - '**.php'
6
- - 'phpstan.neon.dist'
+ paths:
+ - '**.php'
7
+ - 'phpstan.neon.dist'
8
push:
9
paths:
10
- '**.php'
0 commit comments