From 64acfca6304ad85a02e6340c90c3cd6416c4e697 Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych Date: Thu, 5 Sep 2019 10:08:12 +1200 Subject: [PATCH] :zap: Make packages and itch releases on tags only --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d1f4bfd2c..5b60e968e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ jobs: - stage: build on: branch: master + tags: true script: - gulp -f devSetup.gulpfile.js - gulp packages @@ -49,4 +50,5 @@ jobs: script: gulp deployOnly skip_cleanup: true on: + tags: true branch: master \ No newline at end of file