From 9430ee40f424ed6558feee0f9f2d273df233c6ce Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 28 Feb 2023 00:05:04 +0100 Subject: [PATCH] Update common.release.yaml --- .github/workflows/common.release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/common.release.yaml b/.github/workflows/common.release.yaml index faa702f7..8f9239fa 100644 --- a/.github/workflows/common.release.yaml +++ b/.github/workflows/common.release.yaml @@ -4,11 +4,11 @@ concurrency: helm-release on: workflow_dispatch: -# push: -# branches: -# - main -# paths: -# - 'charts/*' + push: + branches: + - main + paths: + - 'charts/*' jobs: release-charts: