Merge pull request #3624 from nicoddemus/skip-appveyor-tags

Skip AppVeyor builds on tag pushes
This commit is contained in:
Bruno Oliveira 2018-06-27 12:12:21 -03:00 committed by GitHub
commit a48c47b53b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -46,3 +46,7 @@ test_script:
cache:
- '%LOCALAPPDATA%\pip\cache'
- '%USERPROFILE%\.cache\pre-commit'
# We don't deploy anything on tags with AppVeyor, we use Travis instead, so we
# might as well save resources
skip_tags: true