From 56554507b0d7ed967da6fd4251eeac3a6cb71f67 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sun, 4 Jun 2017 13:30:24 -0500 Subject: [PATCH] Only run AppVeyor on long-lived branches Also on the short-lived `buildbot-custom` branch. --- .github/appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 45d8ffd80cf16c..ba2784418b7244 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -1,5 +1,10 @@ version: 3.7.0a0.{build} clone_depth: 5 +branches: + only: + - master + - /\d\.\d/ + - buildbot-custom build_script: - cmd: PCbuild\build.bat -e test_script: