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/06/04 08:34:29 UTC

[airflow-site] branch main updated: The default branch has been renamed to main (#429)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4ecdab8  The default branch has been renamed to main (#429)
4ecdab8 is described below

commit 4ecdab8fad2ec92faf21bcf5e87ea89eae78a107
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Fri Jun 4 09:34:18 2021 +0100

    The default branch has been renamed to main (#429)
---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3e0fcbb..70c0996 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,7 +19,7 @@ name: Build docs
 
 on:
   push:
-    branches: ['master']
+    branches: ['main']
   pull_request:
 
 jobs:
@@ -103,7 +103,7 @@ jobs:
           GITHUB_COMMIT: ${{ github.sha }}
           GITHUB_REF: ${{ github.ref }}
         if: >
-          github.ref == 'refs/heads/master' && github.repository == 'apache/airflow-site' &&
+          github.ref == 'refs/heads/main' && github.repository == 'apache/airflow-site' &&
           github.event_name == 'push'
         run: |
           gh auth status