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

dimberman pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v1-10-test by this push:
     new 244d0a5  master -> main
244d0a5 is described below

commit 244d0a50881949c291fd76e53ae669f2d4a0ccb5
Author: Daniel Imberman <[email protected]>
AuthorDate: Wed Jul 22 09:39:16 2020 -0700

    master -> 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 029c341..a94507b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,9 +19,9 @@
 name: CI Build
 on:
   push:
-    branches: ['master', 'v1-10-test', 'v1-10-stable']
+    branches: ['main', 'v1-10-test', 'v1-10-stable']
   pull_request:
-    branches: ['master', 'v1-10-test', 'v1-10-stable']
+    branches: ['main', 'v1-10-test', 'v1-10-stable']
 
 env:
 

Reply via email to