We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef1b91b + 9a56bb0 commit a48c47bCopy full SHA for a48c47b
appveyor.yml
@@ -46,3 +46,7 @@ test_script:
46
cache:
47
- '%LOCALAPPDATA%\pip\cache'
48
- '%USERPROFILE%\.cache\pre-commit'
49
+
50
+# We don't deploy anything on tags with AppVeyor, we use Travis instead, so we
51
+# might as well save resources
52
+skip_tags: true
0 commit comments