From: Zachary Ware Date: Mon, 5 Jun 2017 00:51:30 +0000 (-0500) Subject: [3.5] Only run AppVeyor on long-lived branches (GH-1941) X-Git-Tag: v3.5.4rc1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c4f3ce96991fda43caecfbf3aab7f9d47158ed;p=thirdparty%2FPython%2Fcpython.git [3.5] 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 60c2dae44476..5d11a0788b48 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -1,5 +1,10 @@ version: 3.5.3+.{build} clone_depth: 5 +branches: + only: + - master + - /\d\.\d/ + - buildbot-custom build_script: - cmd: PCbuild\build.bat -e test_script: