Skip to content

Commit

Permalink
Editing only the Makefile should not trigger container build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbygdell committed Nov 22, 2023
1 parent 0928559 commit ae5046b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_pr_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "**/*.md"
- ".github/dependabot.yaml"
- "charts/**"
- "Makefile"

env:
PR_NUMBER: ${{ github.event.number }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- ".gitignore"
- "**/*.md"
- "charts/**"
- "Makefile"
types: [ closed ]

jobs:
Expand Down

0 comments on commit ae5046b

Please sign in to comment.