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.
2 parents 715f56d + ea31649 commit b91c721Copy full SHA for b91c721
.github/workflows/main.yml
@@ -159,7 +159,7 @@ jobs:
159
name: ${{ matrix.name }}
160
161
deploy:
162
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
+ if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest'
163
164
runs-on: ubuntu-latest
165
0 commit comments