This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch update-before-deleting-master in repository https://gitbox.apache.org/repos/asf/airflow-client-go.git
commit 3ae03df57360102b1d0065c554baf5e1b1843d45 Author: pierrejeambrun <[email protected]> AuthorDate: Sun Jan 29 17:12:20 2023 +0100 Update before removing master branch in favor of main --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40ddc38..1c50a68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,16 +19,16 @@ name: CI on: push: - branches: ['master', 'main'] + branches: ['main'] pull_request: - branches: ['master', 'main'] + branches: ['main'] jobs: lint: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@master + uses: actions/checkout@main - uses: actions/setup-python@v1 with: python-version: '3.x' @@ -44,7 +44,7 @@ jobs: go_version: [1.13, 1.14, 1.15, 1.16] steps: - name: Checkout - uses: actions/checkout@master + uses: actions/checkout@main - name: Set up Go uses: actions/setup-go@v1
