From 9a56bb05be3c7e88a6dea9766fedc6d104b186fd Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 27 Jun 2018 08:28:34 -0300 Subject: 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 --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index b30da5c58..339611e72 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 -- cgit v1.2.3