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 a3c12d3 commit 58d85c1Copy full SHA for 58d85c1
1 file changed
.github/workflows/build.yml
@@ -1,23 +1,14 @@
1
on:
2
pull_request:
3
- paths-ignore:
4
- - 'docs/**'
5
- - 'README.md'
6
- - 'CHANGELOG.md'
7
- - '.gitignore'
8
- - '.gitattributes'
9
- - 'infection.json.dist'
10
- - 'psalm.xml'
11
-
+ paths: &paths
+ - 'src/**'
+ - 'tests/**'
+ - '.github/workflows/build.yml'
+ - 'composer.json'
+ - 'phpunit.xml.dist'
12
push:
13
14
15
16
17
18
19
20
+ branches: ['master']
+ paths: *paths
21
22
name: build
23
0 commit comments