From 8419abe86edfd09c1a946d3f390e8c916f523ca4 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Sun, 17 Sep 2017 22:02:30 +0200 Subject: [PATCH] Only run appveyor on the master branch and on PRs --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 2fa7a74c7c6d..86f9b19af87f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,12 @@ environment: - TARGET: x86_64-pc-windows-msvc MSYS2_BITS: 64 +# branches to build +branches: + # whitelist + only: + - master + install: - set PATH=C:\Program Files\Git\mingw64\bin;%PATH% - curl -sSf -o rustup-init.exe https://win.rustup.rs/