You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/10/25 13:05:00 UTC

[incubator-devlake-helm-chart] branch main updated: Fix change push on (#6)

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

warren 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 ef2105f  Fix change push on (#6)
ef2105f is described below

commit ef2105f0773eb6c041b7d9e811de63f54bb83a49
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Tue Oct 25 21:04:56 2022 +0800

    Fix change push on (#6)
    
    * delete ci.yml
    
    * change push on
---
 .github/workflows/release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index f39f04f..5abe0d2 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -3,7 +3,7 @@ name: Release Charts
 on:
   push:
     branches:
-      - master
+      - main
 
 jobs:
   release: