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.
2 parents ecc6733 + dc6a667 commit a0727cbCopy full SHA for a0727cb
.github/workflows/phpstan.yml
@@ -6,14 +6,13 @@ name: PHPStan
6
7
on:
8
push:
9
- push:
10
- branches-ignore:
11
- - 'main'
12
- - 'develop'
13
- pull_request:
14
15
16
+ branches-ignore:
+ - 'main'
+ - 'develop'
+ pull_request:
17
18
jobs:
19
phpstan:
.github/workflows/pint.yml
@@ -3,14 +3,13 @@ name: Pint
3
4
5
0 commit comments