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 ac5727b commit d2ffe41Copy full SHA for d2ffe41
.github/workflows/main.yml
@@ -57,6 +57,7 @@ jobs:
57
tox -e linting
58
59
deploy:
60
+ if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest-reportlog'
61
62
runs-on: ubuntu-latest
63
0 commit comments