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