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

Commit 4c2f4b7

Browse files
committed
change travis.yml to check if it deploys now
1 parent 4ec9055 commit 4c2f4b7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,16 @@ deploy:
3636
file_glob: true
3737
file: android_localization-*-$TARGET.tar.gz
3838
skip_cleanup: true
39-
draft: true
39+
draft: true # Since anyone would be able to trigger a deploy by adding `release` tag
4040
overwrite: false
4141
on:
42-
branch: master
43-
condition: $TRAVIS_TAG = release
42+
all_branches: true # Doesn't matter which branch this is
43+
condition: $TRAVIS_TAG = release # All we look for is this tag
4444

4545
branches:
4646
only:
47-
# Pushes and PR to the master & develop branch
48-
- master
49-
# To let our `release` tag trigger CI builds
50-
- release
47+
- master # Anything that lands/PR on master should be tested
48+
- release # To let our `release` tag trigger CI builds
5149

5250
notifications:
5351
email:

0 commit comments

Comments
 (0)