From 34f0332564b91c0d866a667233caefa4c6da911c Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Thu, 9 May 2024 22:38:39 +0200 Subject: [PATCH] chore: fix `helm_release.yaml` branch --- .github/workflows/helm_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm_release.yaml b/.github/workflows/helm_release.yaml index dc975ee9..20b16898 100644 --- a/.github/workflows/helm_release.yaml +++ b/.github/workflows/helm_release.yaml @@ -3,7 +3,7 @@ name: Release Charts on: push: branches: - - main + - master paths: - 'charts/**'