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

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


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

commit c777811d624201e359fec8e2e92564ff331d0ce9
Author: Ash Berlin-Taylor <[email protected]>
AuthorDate: Thu Mar 25 19:52:43 2021 +0000

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