From 19e564ae842066625fffa46672c80c0aa85bbeaf Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 1 Feb 2024 13:42:13 +0100 Subject: [PATCH] add workflow_dispatch temporarily to helm chart releaser Signed-off-by: Simon L --- .github/workflows/helm-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index c1f7f861..635423fd 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -2,6 +2,7 @@ name: Helm Chart Releaser on: + workflow_dispatch: push: branches: - main