Skip to content

Commit

Permalink
allow trigger helm release after edit releases, not only publish (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach authored Dec 6, 2024
1 parent 75d684d commit 90cb41a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: release_chart

on:
release:
types: [ published ]
types:
- published
- edited

jobs:
release_chart:
Expand Down

0 comments on commit 90cb41a

Please sign in to comment.