diff --git a/.travis.yml b/.travis.yml index 082518d6e310..972ddfbf8ba7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,7 +91,7 @@ stages: - name: Github release if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain - name: Build and push untagged commit into image tomochain - if: type != pull_request AND branch = master AND tag = false AND repo = tomochain/tomochain + if: type != pull_request AND branch = master AND tag IS blank AND repo = tomochain/tomochain - name: Build and push tagged commit into image tomochain if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain