mirror of
https://github.com/dense-analysis/ale
synced 2024-12-17 20:05:31 +00:00
Limit the branches for branch builds for AppVeyor
This commit is contained in:
parent
84a455185c
commit
34f2943fdd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user