From dab9f1e82fbb3c8a9f108584c1c4561960363d3f Mon Sep 17 00:00:00 2001 From: Artem Pikulin Date: Mon, 2 Apr 2018 21:16:23 +0700 Subject: [PATCH] Deploy appveyor not only on tags pushing. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 816837e4a..e2c31e2b0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,3 +18,4 @@ deploy: prerelease: false on: branch: master + appveyor_repo_tag: false \ No newline at end of file