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
This commit is contained in:
Chris Lu
2026-04-14 02:20:06 -07:00
parent 9859f5fafc
commit 4bcbe9ded3

View File

@@ -1,6 +1,9 @@
name: "helm: manual release"
name: "helm: release"
on:
push:
tags:
- '*'
workflow_dispatch:
permissions: