Commit 3ab52f21 authored by Kenton Varda's avatar Kenton Varda

Tell AppVeyor not to build every branch commit.

This is redundant since branches are usually open in order to become PRs, which get their own merged-with-master builds.
parent 87dab950
......@@ -13,6 +13,11 @@
version: "{build}"
branches:
only:
- master
# Don't build non-master branches (unless they open a pull request).
image: Visual Studio 2017
# AppVeyor build worker image (VM template).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment