This is an automated email from the ASF dual-hosted git repository. ash pushed a commit to branch prep-for-main-rename in repository https://gitbox.apache.org/repos/asf/airflow-client-go.git
commit 2c5e7d057c8760045001a346ba1b69e34a0827b2 Author: Ash Berlin-Taylor <[email protected]> AuthorDate: Thu Mar 25 09:48:57 2021 +0000 Prepare for rename default branch to main --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63714d5..4fb4ccc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,9 @@ name: CI on: push: - branches: ['master'] + branches: ['master', 'main'] pull_request: - branches: ['master'] + branches: ['master', 'main'] jobs: lint:
