Skip to content

Commit 7ae131a

Browse files
committed
.github: workflows: triggers
1 parent 9c3cfe4 commit 7ae131a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@ on:
55
paths:
66
- '**.php'
77
- '.github/workflows/**'
8-
- 'composer.json'
9-
- 'phpunit.xml.dist'
8+
- 'phpstan.neon'
9+
- 'composer.*'
10+
- 'docker-compose.ci.yml'
11+
- 'codeception-legacy.yml'
1012
push:
1113
branches:
1214
- develop
1315
- master
1416
paths:
1517
- '**.php'
18+
- '.github/workflows/**'
19+
- 'phpstan.neon'
20+
- 'composer.*'
1621
workflow_dispatch:
1722

1823
jobs:

0 commit comments

Comments
 (0)