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/25 09:49:18 UTC

[airflow-client-go] 01/01: Prepare for rename default branch to main

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 <as...@firemirror.com>
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: