From 14a6faa3d72e914323534dcd5a112ae73f6a05ae Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych Date: Thu, 7 May 2020 00:05:19 +1200 Subject: [PATCH] :zap: Let travis build on any "branches" --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 769466bc6..5c69a2899 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,11 @@ jobs: file: ./build/ctjs - $TRAVIS_TAG/ct.js $TRAVIS_TAG for *.zip skip_cleanup: true draft: true + on: + all_branches: true # Push to comigo.itch.io/ct - provider: script script: gulp deployOnly - skip_cleanup: true \ No newline at end of file + skip_cleanup: true + on: + all_branches: true \ No newline at end of file