Skip to content

Commit

Permalink
Build-Containers.yml: Trigger on Version.njk change (#373)
Browse files Browse the repository at this point in the history
Builds the container on a change to the version file.

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
makubacki authored Sep 23, 2024
1 parent d1e4ff1 commit 74ecdfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Build-Containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ on:
branches:
- main
paths:
- ".sync/Version.njk"
- "Containers/**/Dockerfile"
pull_request:
branches:
- main
paths:
- ".sync/Version.njk"
- "Containers/**/Dockerfile"

jobs:
Expand Down

0 comments on commit 74ecdfb

Please sign in to comment.