We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8dddc commit b9536f7Copy full SHA for b9536f7
.github/workflows/ci_helm_publish.yaml
@@ -1,9 +1,6 @@
1
name: Create and Publish Helm Packages
2
on:
3
push:
4
- # Sequence of patterns matched against refs/tags
5
- branches:
6
- - '*'
7
tags:
8
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10, will be triggered when a new tag is pushed
9
0 commit comments