From 523191c29b62acad7836c788b258c139130e7b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Sat, 12 Oct 2019 16:06:24 +0200 Subject: [PATCH] Fix AppVeyor Branch Whitelist --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 5a38c98..44a5dbc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,6 +3,8 @@ image: 'Visual Studio 2017' branches: only: - master + - /^v\d.*$/ + - /^deploy-test(-.*)?$/ configuration: - Release