Skip to content

Commit 96bed15

Browse files
committed
change default branch to main
1 parent ffe95d2 commit 96bed15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python CI
55

66
on:
77
push:
8-
branches: [ "master", "dev" ]
8+
branches: [ "main", "dev" ]
99
pull_request:
10-
branches: [ "master", "dev" ]
10+
branches: [ "main", "dev" ]
1111

1212
jobs:
1313
build-pure-wheel:
@@ -195,7 +195,7 @@ jobs:
195195
working-directory: dist/
196196

197197
- uses: "marvinpinto/action-automatic-releases@latest"
198-
if: ${{ github.ref == 'refs/heads/master' }}
198+
if: ${{ github.ref == 'refs/heads/main' }}
199199
with:
200200
repo_token: "${{ secrets.GITHUB_TOKEN }}"
201201
automatic_release_tag: "latest"

0 commit comments

Comments
 (0)