We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea68ba6 commit 9b6a5d3Copy full SHA for 9b6a5d3
.github/workflows/python-publish.yml
@@ -39,6 +39,7 @@ jobs:
39
40
deploy:
41
needs: test
42
+ if: github.event_name != 'pull_request'
43
runs-on: ubuntu-latest
44
steps:
45
- uses: actions/checkout@v3
0 commit comments