]> granicus.if.org Git - python/commitdiff
Only run AppVeyor on long-lived branches (GH-1941)
authorZachary Ware <zachary.ware@gmail.com>
Sun, 4 Jun 2017 20:18:50 +0000 (15:18 -0500)
committerGitHub <noreply@github.com>
Sun, 4 Jun 2017 20:18:50 +0000 (15:18 -0500)
Also on the short-lived `buildbot-custom` branch.

.github/appveyor.yml

index 45d8ffd80cf16c3ce438d54527ff39e59c01afed..ba2784418b7244b585190debe17efb41c651106d 100644 (file)
@@ -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: