From: Zachary Ware Date: Sun, 4 Jun 2017 20:18:50 +0000 (-0500) Subject: Only run AppVeyor on long-lived branches (GH-1941) X-Git-Tag: v3.7.0a1~690 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3bedf356aca04ed9135a84b08f5cf229000176e;p=python Only run AppVeyor on long-lived branches (GH-1941) Also on the short-lived `buildbot-custom` branch. --- diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 45d8ffd80c..ba2784418b 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: