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:04:47 UTC

[incubator-devlake-helm-chart] 01/01: change push on

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

warren pushed a commit to branch fix-change-push-on
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git

commit 470b2d3bd77eba0be94b7fc5102caf65b2dfd9ab
Author: Yingchu Chen <yi...@merico.dev>
AuthorDate: Tue Oct 25 21:04:30 2022 +0800

    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: