Skip to content

Commit f40c86e

Browse files
committed
Update cd-charts.yml
1 parent 14b1899 commit f40c86e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd-charts.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Release Charts
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches:
6+
- master
57

68
permissions:
79
contents: write
@@ -25,6 +27,4 @@ jobs:
2527
- name: Run chart-releaser
2628
uses: helm/[email protected]
2729
env:
28-
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
29-
with:
30-
charts_dir: charts
30+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)