From 6cb5815bf2aac7bbd990192d3f465d92ce8cd9a9 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 3 Mar 2017 13:29:07 +0700 Subject: [PATCH] AppVeyor CI: Allow builds on forks Exclude only branch 'sils/*'. Closes https://github.com/coala/coala-bears/issues/1285 Related to https://github.com/coala/coala/issues/3664 --- .ci/appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.ci/appveyor.yml b/.ci/appveyor.yml index 1aa4b6c6f0..4a3e0feba9 100644 --- a/.ci/appveyor.yml +++ b/.ci/appveyor.yml @@ -20,10 +20,9 @@ cache: - "C:\\Users\\appveyor\\AppData\\Local\\coala-bears\\coala-bears" - "C:\\Users\\appveyor\\AppData\\Roaming\\nltk_data" -branches: # Only build official branches, PRs are built anyway. - only: - - master - - /release.*/ +branches: + except: + - /^sils\/.*/ install: # Prepend newly installed Python to the PATH of this build (this cannot be