Skip to content

Commit 90cb41a

Browse files
authored
allow trigger helm release after edit releases, not only publish (#1589)
1 parent 75d684d commit 90cb41a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release_chart.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: release_chart
22

33
on:
44
release:
5-
types: [ published ]
5+
types:
6+
- published
7+
- edited
68

79
jobs:
810
release_chart:

0 commit comments

Comments
 (0)