This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch release-v0.17
in repository
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git
The following commit(s) were added to refs/heads/release-v0.17 by this push:
new ac6017c make release-v* branch trigger publishing of stable version
(#151) (#153)
ac6017c is described below
commit ac6017c7a30a7e000987c77bc3bfb41968beaceb
Author: ZhangNing10 <[email protected]>
AuthorDate: Mon Jul 10 20:45:14 2023 +0800
make release-v* branch trigger publishing of stable version (#151) (#153)
---
.github/workflows/release.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index de9d994..6939142 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -4,6 +4,7 @@ on:
push:
branches:
- main
+ - release-v*
paths:
- charts/**
- '!**.md'