This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


The following commit(s) were added to refs/heads/main by this push:
     new 4cdc467  make release-v* branch trigger publishing of stable version 
(#151)
4cdc467 is described below

commit 4cdc4675bd4d8dd0ad7693dc93f4e266bb4d776d
Author: ZhangNing10 <[email protected]>
AuthorDate: Fri Jul 7 18:18:15 2023 +0800

    make release-v* branch trigger publishing of stable version (#151)
---
 .github/workflows/release.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 8e7c49e..6c0df1d 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - main
+      - release-v*
     paths:
       - charts/**
       - "!**.md"

Reply via email to