Skip to content

Commit ca75c72

Browse files
authored
Merge pull request #1 from DutchCodingCompany/fix-workflows
Fix workflows
2 parents c1f1d26 + 02535e9 commit ca75c72

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- '**.php'
77
- '.github/workflows/phpstan.yml'
88
- 'phpstan.neon.dist'
9+
pull_request:
910

1011
jobs:
1112
phpstan:

.github/workflows/run-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'phpunit.xml.dist'
99
- 'composer.json'
1010
- 'composer.lock'
11+
pull_request:
1112

1213
jobs:
1314
test:

0 commit comments

Comments
 (0)