Skip to content

Commit b9536f7

Browse files
committed
Only publish when a tag that starts with 'v' is pushed
1 parent 3a8dddc commit b9536f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci_helm_publish.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Create and Publish Helm Packages
22
on:
33
push:
4-
# Sequence of patterns matched against refs/tags
5-
branches:
6-
- '*'
74
tags:
85
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10, will be triggered when a new tag is pushed
96

0 commit comments

Comments
 (0)