You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2023/02/11 10:48:02 UTC

[airflow-client-python] 01/01: Prepare to rename master branch to main

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

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

commit 19b3a83cfdf593d39d8454de51aee30b0499cce6
Author: Elad Kalif <45...@users.noreply.github.com>
AuthorDate: Sat Feb 11 12:47:49 2023 +0200

    Prepare to rename master 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 ca2798a..93c6823 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
 
 on:
   push:
-    branches: ['master', 'main']
+    branches: ['main']
   pull_request:
-    branches: ['master', 'main']
+    branches: ['main']
 
 jobs:
   lint:
@@ -26,7 +26,7 @@ jobs:
         python_version: ["3.7", "3.8", "3.9", "3.10"]
     steps:
       - name: Checkout
-        uses: actions/checkout@master
+        uses: actions/checkout@main
 
       - name: Set up Python
         uses: actions/setup-python@v2