From c64fd56831e2b0d798ddee75a34e0138ef7da13c Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sat, 2 Jan 2021 14:33:15 +0100 Subject: [PATCH] Don't automatically build appveyor --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5fafd3d47..037c17780 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ version: "{build}" branches: only: - - master + - dont-automatically-build-appveyor image: Visual Studio 2017 platform: Any CPU clone_depth: 1 @@ -62,4 +62,4 @@ deploy: prerelease: true force_update: true on: - branch: master \ No newline at end of file + branch: master