Skip to content

Commit

Permalink
chore: try to get semantic release to run
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Nov 25, 2020
1 parent 2bd2cdc commit 9bd7fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
release:
name: Release to PyPI
runs-on: ubuntu-latest
if: github.ref == 'master'
if: github.ref == 'refs/heads/master'
needs:
- test-python
- test-r
Expand Down

0 comments on commit 9bd7fee

Please sign in to comment.