From d907027aba95c365ce8094f39d25a2a584660d28 Mon Sep 17 00:00:00 2001 From: Muhammad Farooq Date: Sat, 9 Dec 2017 13:34:58 +0000 Subject: [PATCH] Removed conditional github publish --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 295946b..3da95c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -44,5 +44,4 @@ deploy: draft: false prerelease: false on: - branch: master # release from master branch only - appveyor_repo_tag: true # deploy on tag push only \ No newline at end of file + branch: master # release from master branch only \ No newline at end of file