Merge pull request #3666 from nicoddemus/deploy-on-tags

Skip deploy stage entirely unless we have a tag
This commit is contained in:
Bruno Oliveira 2018-07-07 20:40:14 -03:00 committed by GitHub
commit 12c5b6104c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ language: python
stages:
- linting
- test
- deploy
- name: deploy
if: repo = pytest-dev/pytest AND tag IS present
python:
- '3.6'
install: