Skip to content

Commit b5c2334

Browse files
committed
Update ignore of paths to all workflow actions
1 parent df0bee7 commit b5c2334

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
- 'README.md'
66
- 'CHANGELOG.md'
77
- '.gitignore'
8+
- '.env.example'
89
- '.gitattributes'
10+
- 'infection.json.dist'
911
- 'psalm.xml'
1012

1113
push:
@@ -14,7 +16,9 @@ on:
1416
- 'README.md'
1517
- 'CHANGELOG.md'
1618
- '.gitignore'
19+
- '.env.example'
1720
- '.gitattributes'
21+
- 'infection.json.dist'
1822
- 'psalm.xml'
1923

2024
schedule:

.github/workflows/static.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,21 @@ on:
55
- 'README.md'
66
- 'CHANGELOG.md'
77
- '.gitignore'
8+
- '.env.example'
89
- '.gitattributes'
9-
- 'psalm.xml'
10+
- 'infection.json.dist'
11+
- 'phpunit.xml.dist'
1012

1113
push:
1214
paths-ignore:
1315
- 'docs/**'
1416
- 'README.md'
1517
- 'CHANGELOG.md'
1618
- '.gitignore'
19+
- '.env.example'
1720
- '.gitattributes'
18-
- 'psalm.xml'
21+
- 'infection.json.dist'
22+
- 'phpunit.xml.dist'
1923

2024
schedule:
2125
- cron: '0 0 * * *'

0 commit comments

Comments
 (0)