Skip to content

Commit

Permalink
change default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
markreidvfx committed Jul 5, 2022
1 parent ffe95d2 commit 96bed15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 96bed15

Please sign in to comment.