]> granicus.if.org Git - python/commitdiff
[2.7] Only run AppVeyor on long-lived branches (GH-1941)
authorZachary Ware <zachary.ware@gmail.com>
Mon, 5 Jun 2017 00:52:00 +0000 (19:52 -0500)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2017 00:52:00 +0000 (19:52 -0500)
Also on the short-lived `buildbot-custom` branch.
(cherry picked from commit d3bedf356aca04ed9135a84b08)

.github/appveyor.yml

index 56ef3444586f92491aa25d00dbc59031c0055f38..fc325e5618b65215e7021219e3964aa2d86eb209 100644 (file)
@@ -1,5 +1,10 @@
 version: 2.7.13+.{build}
 clone_depth: 5
+branches:
+  only:
+    - master
+    - /\d\.\d/
+    - buildbot-custom
 build_script:
 - cmd: PCbuild\build.bat -e
 test_script: