From 7525220343589879260b6694871c792b5e3790b3 Mon Sep 17 00:00:00 2001 From: Jacob Carlborg Date: Wed, 17 Apr 2019 21:17:29 +0200 Subject: [PATCH] Remove branch condition for AppVeyor deploy Apparently: "However, please note that in case of annotated tag, branch and APPVEYOR_REPO_TAG are mutually exclusive. This is because, for webhook created as a result of annotated tag, there is no practical reliable way to recognize what branch the tag was created from." --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a2e54190..c9bf3c60 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -60,7 +60,6 @@ deploy: artifact: /dstep.+\.7z/ draft: true on: - branch: master appveyor_repo_tag: true configuration: LLVM 8.0.0 d: ldc