Skip to content

Commit b9a2cc1

Browse files
committed
improve pipeline names
1 parent f2f1003 commit b9a2cc1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Static code analysis
22

3-
on:
4-
push:
5-
paths:
6-
- '**.php'
7-
- 'phpstan.neon'
3+
on: [push]
84

95
jobs:
106
phpstan:

0 commit comments

Comments
 (0)