diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 7118bc63..96edc93b 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -3,10 +3,12 @@ name: Helm Chart on: push: branches: [ "*" ] + tags: [ "helm-v*" ] pull_request: branches: [ "*" ] create: branches: [ "*" ] + tags: [ "helm-v*" ] jobs: lint: