Skip to content

Commit

Permalink
ci: wrong branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Aug 6, 2024
1 parent 30c8142 commit ba0fcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
conda-build:
name: Building conda package for python
needs: ["release-please"]
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit ba0fcfb

Please sign in to comment.