We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22cda7c commit 3c119fdCopy full SHA for 3c119fd
.github/workflows/release.yaml
@@ -3,7 +3,8 @@ name: Release Charts
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
+ - release/*
8
9
jobs:
10
release:
0 commit comments