Skip to content

Commit 01647f8

Browse files
ConnorJC3ElijahQuinones
authored andcommitted
Run Helm release action on release branches, not master
Signed-off-by: Connor Catlett <[email protected]>
1 parent bb7b9e1 commit 01647f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm-chart-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: Release Helm Charts
1717
on:
1818
push:
1919
branches:
20-
- master
20+
- 'release-*'
2121
paths:
2222
- "charts/**/Chart.yaml"
2323

0 commit comments

Comments
 (0)