This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-client-go.git
The following commit(s) were added to refs/heads/main by this push:
new ccf8e6d Update before removing master branch in favor of main (#34)
ccf8e6d is described below
commit ccf8e6d63c514da367a7a65fc9fcf73892b88306
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Sun Jan 29 17:33:34 2023 +0100
Update before removing master branch in favor of main (#34)
---
.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