Skip to content

Commit a48c47b

Browse files
authored
Merge pull request #3624 from nicoddemus/skip-appveyor-tags
Skip AppVeyor builds on tag pushes
2 parents ef1b91b + 9a56bb0 commit a48c47b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

+4
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ test_script:
4646
cache:
4747
- '%LOCALAPPDATA%\pip\cache'
4848
- '%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

Comments
 (0)