Merge pull request #3666 from nicoddemus/deploy-on-tags
Skip deploy stage entirely unless we have a tag
This commit is contained in:
commit
12c5b6104c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue