Skip to content

Commit 02bf8a2

Browse files
committed
WIP
1 parent e07140d commit 02bf8a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/phpstan.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: PHPStan
22

33
on:
44
pull_request:
5-
- '**.php'
6-
- 'phpstan.neon.dist'
5+
paths:
6+
- '**.php'
7+
- 'phpstan.neon.dist'
78
push:
89
paths:
910
- '**.php'

0 commit comments

Comments
 (0)