Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
change travis.yml to check if it deploys now
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrave committed Feb 16, 2020
1 parent 4ec9055 commit 4c2f4b7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,16 @@ deploy:
file_glob: true
file: android_localization-*-$TARGET.tar.gz
skip_cleanup: true
draft: true
draft: true # Since anyone would be able to trigger a deploy by adding `release` tag
overwrite: false
on:
branch: master
condition: $TRAVIS_TAG = release
all_branches: true # Doesn't matter which branch this is
condition: $TRAVIS_TAG = release # All we look for is this tag

branches:
only:
# Pushes and PR to the master & develop branch
- master
# To let our `release` tag trigger CI builds
- release
- master # Anything that lands/PR on master should be tested
- release # To let our `release` tag trigger CI builds

notifications:
email:
Expand Down

0 comments on commit 4c2f4b7

Please # to comment.