diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 83594a7dd..abfb3c5d6 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -1,7 +1,8 @@ on: push: + # Sequence of patterns matched against refs/tags tags: - - '*' + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 name: Release Helm Charts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfe0b0b38..58603318f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,8 @@ on: push: + # Sequence of patterns matched against refs/tags tags: - - '*' + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 name: Release