This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 529bb281d11133176f10bb37d12a343bee713b7c Author: yaqian.zhang <598593...@qq.com> AuthorDate: Thu Nov 4 09:58:53 2021 +0800 Modify branch name for travis ci --- .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 3bec681..d8b027e 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: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: