aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesseBot <jessebot@linux.com>2023-11-20 21:44:29 +0100
committerChris Lu <chrislusf@users.noreply.github.com>2023-11-20 13:44:07 -0800
commit0770f567e54df117a41488ebc6dd515108dd9c6d (patch)
tree2fa2b0a1d1316d491208f1c2f0d024d02ecf290f
parent2fa37e02876a5cb1acd5735a69a8f27f9d13d537 (diff)
downloadseaweedfs-0770f567e54df117a41488ebc6dd515108dd9c6d.tar.xz
seaweedfs-0770f567e54df117a41488ebc6dd515108dd9c6d.zip
Update helm_chart_release.yml - run release on push to master on changes to k8s/chart files
-rw-r--r--.github/workflows/helm_chart_release.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/helm_chart_release.yml b/.github/workflows/helm_chart_release.yml
index b91d02c53..d646ff8e7 100644
--- a/.github/workflows/helm_chart_release.yml
+++ b/.github/workflows/helm_chart_release.yml
@@ -1,8 +1,10 @@
name: "helm: publish charts"
on:
push:
- tags:
- - '*'
+ branches:
+ - master
+ paths:
+ - "k8s/charts/**"
permissions:
contents: write