From 8fdc53e870337e7f327a017b75140fcdfe9cf0e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Gabriel=20Jim=C3=A9nez=20Fuentes?= Date: Thu, 23 Sep 2021 14:36:22 +0200 Subject: [PATCH] ci: allowing tag creation as trigger to push helm chart --- .github/workflows/helm.yml | 2 ++ 1 file changed, 2 insertions(+) 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: