Skip AppVeyor builds on tag pushes
We don't deploy anything on tags with AppVeyor, we use Travis instead, so we might as well save resources
This commit is contained in:
parent
ef1b91ba87
commit
9a56bb05be
|
@ -46,3 +46,7 @@ test_script:
|
||||||
cache:
|
cache:
|
||||||
- '%LOCALAPPDATA%\pip\cache'
|
- '%LOCALAPPDATA%\pip\cache'
|
||||||
- '%USERPROFILE%\.cache\pre-commit'
|
- '%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
|
||||||
|
|
Loading…
Reference in New Issue