Skip to content

Commit 06aef89

Browse files
committed
ci(docker): self-trigger on workflow file changes
The path filter for pull_request didn't include the workflow file itself, so PRs that only touch .github/workflows/docker.yml (like the previous commit on this branch) don't exercise the Docker validate job. Add the workflow file to its own filter so changes self-validate.
1 parent e1e07e3 commit 06aef89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
pull_request:
1111
branches: [main]
1212
paths:
13+
- ".github/workflows/docker.yml"
1314
- "docker/Dockerfile"
1415
- ".dockerignore"
1516
- "docker/docker-compose.yml"

0 commit comments

Comments
 (0)