From 96bed156325d821b6a8c746b429e8080e902812a Mon Sep 17 00:00:00 2001 From: Mark Reid Date: Tue, 5 Jul 2022 12:01:17 -0700 Subject: [PATCH] change default branch to main --- .github/workflows/workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 989e857..cb56634 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -5,9 +5,9 @@ name: Python CI on: push: - branches: [ "master", "dev" ] + branches: [ "main", "dev" ] pull_request: - branches: [ "master", "dev" ] + branches: [ "main", "dev" ] jobs: build-pure-wheel: @@ -195,7 +195,7 @@ jobs: working-directory: dist/ - uses: "marvinpinto/action-automatic-releases@latest" - if: ${{ github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/main' }} with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest"