Skip to content

Commit

Permalink
ci: trigger release only when Chart.yaml changes (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: arkbriar <[email protected]>
  • Loading branch information
arkbriar authored Mar 7, 2024
1 parent 03d3360 commit 7a378ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- 'charts/**'
- 'charts/**/Chart.yaml'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 7a378ea

Please sign in to comment.