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

.github/appveyor.yml

index a870e5b57d9250c46c4b7471dec6790a805d28bf..d8bfb9adf9378d62618d00553d3ab2cdd433fe9e 100644 (file)
@@ -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: