From e67c534b6e6f397975836bd3c58e4a8f059e8d35 Mon Sep 17 00:00:00 2001 From: Calle Pettersson Date: Fri, 16 Sep 2016 12:05:33 +0200 Subject: [PATCH] Remove branch requirement for deployments, since it seems broken in combination with tags --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 70f9fd5b..6c0b8444 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,5 +43,4 @@ deploy: draft: false prerelease: false on: - branch: master appveyor_repo_tag: true