Skip to content

Commit 928e487

Browse files
authored
Feature logging (#3)
* logging, error handling, comments * bump version * missing build dependency * trigger build in PR and publish in master * version handling * missing dependency * use master
1 parent efaf05b commit 928e487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# pytest
4444

4545
publish-and-tag:
46-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
46+
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
4747
runs-on: ubuntu-latest
4848
needs: build-and-test
4949

0 commit comments

Comments
 (0)