We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe95d2 commit 96bed15Copy full SHA for 96bed15
.github/workflows/workflow.yml
@@ -5,9 +5,9 @@ name: Python CI
5
6
on:
7
push:
8
- branches: [ "master", "dev" ]
+ branches: [ "main", "dev" ]
9
pull_request:
10
11
12
jobs:
13
build-pure-wheel:
@@ -195,7 +195,7 @@ jobs:
195
working-directory: dist/
196
197
- uses: "marvinpinto/action-automatic-releases@latest"
198
- if: ${{ github.ref == 'refs/heads/master' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
199
with:
200
repo_token: "${{ secrets.GITHUB_TOKEN }}"
201
automatic_release_tag: "latest"
0 commit comments