diff --git a/.travis.yml b/.travis.yml index 38af9f8b26444e4ca3701e262f9fdd1038bfd879..2a9152628ca2b0ac80edcd6226517556a2282111 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,6 +57,7 @@ deploy: - master - develop - smoke + - hotfix/* condition: $TRAVIS_EVENT_TYPE != cron skip_cleanup: true script: if npm info scratch-gui | grep -q $RELEASE_VERSION; then git tag $RELEASE_VERSION && git push https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git $RELEASE_VERSION; fi