We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f2fb0 commit 893540dCopy full SHA for 893540d
.github/workflows/phpstan.yml
@@ -1,10 +1,6 @@
1
name: PHPStan
2
3
-on:
4
- push:
5
- paths:
6
- - '**.php'
7
- - 'phpstan.neon.dist'
+on: [push]
8
9
jobs:
10
phpstan:
0 commit comments