Skip to content

Commit 264ef73

Browse files
committed
fix branch name for chart release workflow
1 parent 67a2d95 commit 264ef73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/chart.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Release Charts
33
on:
44
push:
55
branches:
6-
- main
6+
- master
7+
- fix/chart-release
78

89
jobs:
910
release:

0 commit comments

Comments
 (0)