From f6cdc4ecdbfedbf4949d8a0948e379c032f6e6f8 Mon Sep 17 00:00:00 2001 From: Artem Pikulin Date: Tue, 3 Apr 2018 17:36:17 +0700 Subject: [PATCH] Deploy on tags only. --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f2ea4f5f1..145e4ba91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,5 +43,5 @@ deploy: file_glob: true file: "deploy/*" on: - tags: false + tags: true skip_cleanup: true diff --git a/appveyor.yml b/appveyor.yml index 014b4c4d2..014ce03c4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,4 +26,4 @@ deploy: prerelease: false on: branch: master - appveyor_repo_tag: false \ No newline at end of file + appveyor_repo_tag: true \ No newline at end of file