Skip to content

Commit

Permalink
chore: Correct hooks for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Dec 22, 2023
1 parent 1c5da73 commit b777e61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Create and publish the Helm chart

on:
push:
branches:
- main
paths:
- "charts/**/*"
- ".github/**/*"

jobs:
build-and-push-chart:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths-ignore:
- "charts/*"
- ".github/**/*"
tags:
- '*.*.*'

Expand Down

0 comments on commit b777e61

Please sign in to comment.