From 37d413177cf13a06404feee78f34e4b62d3a0273 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 9 Jun 2023 09:05:03 +0200 Subject: [PATCH] Update common.release.yaml --- .github/workflows/common.release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/common.release.yaml b/.github/workflows/common.release.yaml index 9e2356b0..5ede6ab7 100644 --- a/.github/workflows/common.release.yaml +++ b/.github/workflows/common.release.yaml @@ -3,13 +3,13 @@ name: "Charts: Release" concurrency: helm-release on: + workflow_dispatch: push: branches: - - main + - main paths: - - ".github/*" - - "library/*" - workflow_dispatch: + - ".github/**" + - "library/**" jobs: release-charts: