Skip to content

Commit

Permalink
Only publish when a tag that starts with 'v' is pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Apr 4, 2023
1 parent 3a8dddc commit b9536f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci_helm_publish.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Create and Publish Helm Packages
on:
push:
# Sequence of patterns matched against refs/tags
branches:
- '*'
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10, will be triggered when a new tag is pushed

Expand Down

0 comments on commit b9536f7

Please sign in to comment.