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 9c3cfe4 commit 7ae131aCopy full SHA for 7ae131a
.github/workflows/run-tests.yml
@@ -5,14 +5,19 @@ on:
5
paths:
6
- '**.php'
7
- '.github/workflows/**'
8
- - 'composer.json'
9
- - 'phpunit.xml.dist'
+ - 'phpstan.neon'
+ - 'composer.*'
10
+ - 'docker-compose.ci.yml'
11
+ - 'codeception-legacy.yml'
12
push:
13
branches:
14
- develop
15
- master
16
17
18
+ - '.github/workflows/**'
19
20
21
workflow_dispatch:
22
23
jobs:
0 commit comments