Skip to content

Commit ebf3952

Browse files
authored
Update chart-release.yml
1 parent 33dcc70 commit ebf3952

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/chart-release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: "[Release] - Publish Helm Chart"
22

33
on:
4-
release:
5-
types: [published]
4+
push:
5+
branches:
6+
- main
67

78
jobs:
89
release_chart:

0 commit comments

Comments
 (0)