Skip to content

Commit 58d85c1

Browse files
committed
improve
1 parent a3c12d3 commit 58d85c1

1 file changed

Lines changed: 8 additions & 17 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,14 @@
11
on:
22
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-
3+
paths: &paths
4+
- 'src/**'
5+
- 'tests/**'
6+
- '.github/workflows/build.yml'
7+
- 'composer.json'
8+
- 'phpunit.xml.dist'
129
push:
13-
paths-ignore:
14-
- 'docs/**'
15-
- 'README.md'
16-
- 'CHANGELOG.md'
17-
- '.gitignore'
18-
- '.gitattributes'
19-
- 'infection.json.dist'
20-
- 'psalm.xml'
10+
branches: ['master']
11+
paths: *paths
2112

2213
name: build
2314

0 commit comments

Comments
 (0)