Skip to content

Commit d35e108

Browse files
authored
Update release.yaml
1 parent 351b5b8 commit d35e108

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Release New Version
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
workflow_dispatch:
77
branches:
8-
- master
8+
- main
99
jobs:
1010
publish:
1111
runs-on: ubuntu-latest
@@ -18,4 +18,4 @@ jobs:
1818
- name: Package and Publish Charts
1919
uses: ./.github/actions/publish_charts
2020
with:
21-
github-token: '${{ secrets.GITHUB_TOKEN }}'
21+
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)