From e15f4e120629bfeb7e89e706af493caac858dbbb Mon Sep 17 00:00:00 2001 From: Erik Groh Date: Sat, 14 Dec 2024 22:55:49 +0100 Subject: [PATCH] Helm workflow should only run on main and if helmchart got changed --- .github/workflows/helm.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 3184275..576b259 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -6,10 +6,8 @@ on: push: branches: - 'main' - - 'feature/helm-chart' -# paths: -# - 'helm/**' - workflow_dispatch: + paths: + - 'helm/**' jobs: helm: