Skip to content

Commit 0d5a6b0

Browse files
committed
Do not run full rebuild on tagging/README.md changes
1 parent 00e591f commit 0d5a6b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
- "images/**"
2424
- "!images/*/README.md"
2525
- "tagging/**"
26+
- "!tagging/README.md"
2627
- "tests/**"
2728
- "requirements-dev.txt"
2829
push:
@@ -42,6 +43,7 @@ on:
4243
- "images/**"
4344
- "!images/*/README.md"
4445
- "tagging/**"
46+
- "!tagging/README.md"
4547
- "tests/**"
4648
- "requirements-dev.txt"
4749
workflow_dispatch:

0 commit comments

Comments
 (0)