From 4bcbe9ded3bf1dd368bad2b60cc15bee83f09b3c Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 14 Apr 2026 02:20:06 -0700 Subject: [PATCH] ci(helm): publish chart on tag push Trigger the helm release workflow automatically on tag pushes so each software release also publishes the chart to gh-pages and the OCI registry at ghcr.io/seaweedfs. workflow_dispatch is kept as a manual fallback. Refs #6296 --- .github/workflows/helm_manual_release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm_manual_release.yml b/.github/workflows/helm_manual_release.yml index 976f565b2..edc0d7358 100644 --- a/.github/workflows/helm_manual_release.yml +++ b/.github/workflows/helm_manual_release.yml @@ -1,6 +1,9 @@ -name: "helm: manual release" +name: "helm: release" on: + push: + tags: + - '*' workflow_dispatch: permissions: