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.
1 parent 389b442 commit e9e1b8bCopy full SHA for e9e1b8b
.github/workflows/phpstan.yml
@@ -2,14 +2,10 @@ name: PHPStan
2
3
on:
4
push:
5
- paths-ignore:
6
- - "docs/**"
7
- - "README.md"
+ branches:
+ - main
+ - "*.x"
8
pull_request:
9
- types: [ready_for_review, synchronize, opened]
10
11
12
13
14
env:
15
phpv: 8.3
.github/workflows/tests.yml
@@ -2,14 +2,10 @@ name: Tests
jobs:
test:
0 commit comments