Skip to content

Commit

Permalink
continuous pre-release only on main
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdouglas committed Sep 24, 2024
1 parent b0032d7 commit 1e1d9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
upload-pre-release-wheels:
name: Create release and upload artifacts
runs-on: ubuntu-latest
if: github.ref_name == 'main' || github.ref_name == 'multi-backend-refactor'
if: github.ref_name == 'main'
permissions:
contents: write
needs:
Expand Down

0 comments on commit 1e1d9ee

Please sign in to comment.