From a707818b4da0e477026c39ddd9a2081513995d7b Mon Sep 17 00:00:00 2001 From: Alexander Bauer Date: Thu, 10 Nov 2022 01:54:35 +0000 Subject: [PATCH] Change Helm chart releaser to use version tags only --- .github/workflows/release-chart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-chart.yml b/.github/workflows/release-chart.yml index 3d42442e0..e53fb0a04 100644 --- a/.github/workflows/release-chart.yml +++ b/.github/workflows/release-chart.yml @@ -3,8 +3,8 @@ name: Release Charts on: push: - branches: - - main + tags: + - v* jobs: release_chart: