Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed May 16, 2023
1 parent 1716d79 commit d84b914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: echo running on branch ${GITHUB_REF##*/}

- name: Publish distribution 📦 to Anaconda if Push
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
shell: bash -l {0}

run: |
Expand Down

0 comments on commit d84b914

Please sign in to comment.