Skip to content

Commit 7d8f9a3

Browse files
committed
made static analysis mandatory
1 parent ea499bc commit 7d8f9a3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/static-analysis.yml

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

3-
on:
4-
push:
5-
branches:
6-
- master
3+
on: [push, pull_request]
74

85
jobs:
96
phpstan:
@@ -18,4 +15,3 @@ jobs:
1815

1916
- run: composer install --no-progress --prefer-dist
2017
- run: composer phpstan
21-
continue-on-error: true # is only informative

0 commit comments

Comments
 (0)