You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/03/26 12:36:52 UTC

[airflow-client-go] branch master updated: Prepare for rename default branch to main (#8)

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

ash pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 275741a  Prepare for rename default branch to main (#8)
275741a is described below

commit 275741a25d9594b77a9110d194fdebbc2e7f51b8
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Fri Mar 26 12:36:42 2021 +0000

    Prepare for rename default branch to main (#8)
---
 .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: