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-python.git

commit 56be93f8f2d2c3de4eec3329500b2bcf73e9cd14
Author: Ash Berlin-Taylor <[email protected]>
AuthorDate: Thu Mar 25 09:47:18 2021 +0000

    Prepare for rename default branch to main
---
 .github/workflows/ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e67ec6e..85e142e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
 
 on:
   push:
-    branches: ['master']
+    branches: ['master', 'main']
   pull_request:
-    branches: ['master']
+    branches: ['master', 'main']
 
 jobs:
   lint:
@@ -37,4 +37,4 @@ jobs:
       - name: Run pytest
         run: |
           pip install -r test-requirements.txt
-          pytest airflow_client/test
\ No newline at end of file
+          pytest airflow_client/test

Reply via email to