From 89ac06a3857b3880999e4e1c31becb5e4a1da696 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 15 Feb 2020 23:17:07 +0900 Subject: [PATCH] CI: Only build master branch --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 1412e7b7a..418520c29 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,8 @@ version: 1.0.{build} +branches: + only: + - master + image: - Visual Studio 2019 #- Ubuntu1804