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 5c987e6 commit 03c64a1Copy full SHA for 03c64a1
.github/workflows/coverage.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
paths:
6
- "**.php"
7
+ - ".github/workflows/coverage.yml"
8
+ - "phpunit.xml.dist"
9
+ - "composer.json"
10
+ - "composer.lock"
11
12
jobs:
13
pest:
.github/workflows/fix-php-code-style-issues.yml
@@ -3,7 +3,10 @@ name: Fix PHP code style issues
3
on:
- - '**.php'
+ - "**.php"
+ - ".github/workflows/fix-php-code-style-issues.yml"
permissions:
contents: write
.github/workflows/phpstan.yml
@@ -5,6 +5,9 @@ on:
- "phpstan.neon.dist"
+ - ".github/workflows/phpstan.yml"
phpstan:
0 commit comments