ci: github actions: only deploy pytest-dev/pytest (#6474)

ci: github actions: only deploy pytest-dev/pytest
This commit is contained in:
Bruno Oliveira 2020-01-16 12:48:29 -03:00 committed by GitHub
commit b91c721262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ jobs:
name: ${{ matrix.name }}
deploy:
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'
runs-on: ubuntu-latest