Skip to content

Commit

Permalink
Do not run full rebuild on tagging/README.md changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Oct 19, 2023
1 parent 00e591f commit 0d5a6b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
- "images/**"
- "!images/*/README.md"
- "tagging/**"
- "!tagging/README.md"
- "tests/**"
- "requirements-dev.txt"
push:
Expand All @@ -42,6 +43,7 @@ on:
- "images/**"
- "!images/*/README.md"
- "tagging/**"
- "!tagging/README.md"
- "tests/**"
- "requirements-dev.txt"
workflow_dispatch:
Expand Down

0 comments on commit 0d5a6b0

Please sign in to comment.