From 34f2943fddddb8943456ec8defb2080592845ec7 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 12 Sep 2019 20:59:44 +0100 Subject: [PATCH] Limit the branches for branch builds for AppVeyor --- .appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) 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