Skip to content

Commit 93af7cb

Browse files
fix(build): Update paths to ignore in GitHub Actions workflow for pull requests and pushes. (#180)
1 parent f411f18 commit 93af7cb

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
on:
22
pull_request:
3-
paths:
4-
- 'docker/**'
5-
- 'docker-compose*.yml'
6-
- '.github/workflows/docker.yml'
3+
paths-ignore:
4+
- 'docs/**'
5+
- 'README.md'
6+
- 'CHANGELOG.md'
7+
- '.gitignore'
8+
- '.gitattributes'
9+
710
push:
8-
paths:
9-
- 'docker/**'
10-
- 'docker-compose*.yml'
11-
- '.github/workflows/docker.yml'
11+
paths-ignore:
12+
- 'docs/**'
13+
- 'README.md'
14+
- 'CHANGELOG.md'
15+
- '.gitignore'
16+
- '.gitattributes'
1217

1318
name: build
1419

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- Bug #172: Update badge label from `PHPUnit` to `Codeception` in `README.md` (@terabytesoftw)
1717
- Bug #175: Update allowed IPs in configuration for development purposes in `configuration.md` (@terabytesoftw)
1818
- Bug #177: Add missing config path to ECS configuration in `ecs.php` (@terabytesoftw)
19+
- Bug #180: Update paths to ignore in GitHub Actions workflow for pull requests and pushes (@terabytesoftw)
1920

2021
## 0.1.0 August 31, 2025
2122

0 commit comments

Comments
 (0)