From: Zachary Ware Date: Mon, 5 Jun 2017 00:50:37 +0000 (-0500) Subject: [3.6] Only run AppVeyor on long-lived branches (GH-1941) X-Git-Tag: v3.6.2rc1~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47779d720a0fa0eec818065f41b17d0f2d77d3ff;p=python [3.6] Only run AppVeyor on long-lived branches (GH-1941) Also on the short-lived `buildbot-custom` branch. (cherry picked from commit d3bedf356aca04ed9135a84b08) --- diff --git a/.github/appveyor.yml b/.github/appveyor.yml index a870e5b57d..d8bfb9adf9 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -1,5 +1,10 @@ version: 3.6.1+.{build} clone_depth: 5 +branches: + only: + - master + - /\d\.\d/ + - buildbot-custom build_script: - cmd: PCbuild\build.bat -e test_script: