From 803eafe63207f79005552ff90869e430ec39f715 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 18 Jun 2018 21:30:29 +0200 Subject: [PATCH] Only build master and bors branches on appveyor --- .appveyor.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 684be853..5dc1cb53 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,7 +1,8 @@ branches: - except: - # Used by bors - - staging.tmp + only: + - staging + - trying + - master # Appveyor configuration template for Rust using rustup for Rust installation # https://github.com/starkat99/appveyor-rust