You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2021/11/04 08:14:43 UTC

[kylin] branch kylin3 updated: Modify branch name for kylin3

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

xxyu pushed a commit to branch kylin3
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/kylin3 by this push:
     new 932e8f9  Modify branch name for kylin3
932e8f9 is described below

commit 932e8f989694788b684d30d72a13ec1e59708f80
Author: yaqian.zhang <59...@qq.com>
AuthorDate: Wed Nov 3 17:32:24 2021 +0800

    Modify branch name for kylin3
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 77ff0a9..2d39578 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -22,9 +22,9 @@ name: Java CI with Maven
 
 on:
   push:
-    branches: [ master ]
+    branches: [ kylin3 ]
   pull_request:
-    branches: [ master ]
+    branches: [ kylin3 ]
 
 jobs:
   build: