Skip to content

Commit 03c64a1

Browse files
committed
wip
1 parent 5c987e6 commit 03c64a1

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
paths:
66
- "**.php"
7+
- ".github/workflows/coverage.yml"
8+
- "phpunit.xml.dist"
9+
- "composer.json"
10+
- "composer.lock"
711

812
jobs:
913
pest:

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Fix PHP code style issues
33
on:
44
push:
55
paths:
6-
- '**.php'
6+
- "**.php"
7+
- ".github/workflows/fix-php-code-style-issues.yml"
8+
- "composer.json"
9+
- "composer.lock"
710

811
permissions:
912
contents: write

.github/workflows/phpstan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- "**.php"
77
- "phpstan.neon.dist"
8+
- ".github/workflows/phpstan.yml"
9+
- "composer.json"
10+
- "composer.lock"
811

912
jobs:
1013
phpstan:

0 commit comments

Comments
 (0)