Limit the branches for branch builds for AppVeyor

This commit is contained in:
w0rp 2019-09-12 20:59:44 +01:00
parent 84a455185c
commit 34f2943fdd
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ clone_depth: 10
# Use the directory C:\testplugin so test directories will mostly work.
clone_folder: C:\testplugin
branches:
only:
- master
- /v\d+\.\d+\.(x|\d+)/
# Cache the vim and vader directories between builds.
cache:
- C:\vim -> .appveyor.yml