summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-09-12 20:59:44 +0100
committerw0rp <devw0rp@gmail.com>2019-09-12 20:59:44 +0100
commit34f2943fddddb8943456ec8defb2080592845ec7 (patch)
treeee832014b654927eca5a7d4b0764570ae49b601d /.appveyor.yml
parent84a455185cae0e1b6f88e4476b12318edfe98712 (diff)
downloadale-34f2943fddddb8943456ec8defb2080592845ec7.zip
Limit the branches for branch builds for AppVeyor
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 54113953..aca83191 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -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