Skip to content

Commit 5542514

Browse files
authored
Update cd-charts.yml
1 parent 8907e6f commit 5542514

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd-charts.yml

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

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
6-
- master
7+
- main
78

89
permissions:
910
contents: write
@@ -27,4 +28,4 @@ jobs:
2728
- name: Run chart-releaser
2829
uses: helm/[email protected]
2930
env:
30-
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
31+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)