mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Update .travis.yml
Add missing check for same repo origin when deploying
This commit is contained in:
parent
68b027e1b3
commit
fa9fad23fe
1 changed files with 3 additions and 3 deletions
|
|
@ -88,11 +88,11 @@ stages:
|
|||
- name: Lint
|
||||
- name: Build and test
|
||||
- name: Github release
|
||||
if: type != pull_request AND branch = master AND tag = true
|
||||
if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain
|
||||
- name: Build and push tomochain/tomochain image
|
||||
if: type != pull_request AND branch = master
|
||||
if: type != pull_request AND branch = master AND repo = tomochain/tomochain
|
||||
- name: Trigger rebuild of tomochain/infra-tomochain image
|
||||
if: type != pull_request AND branch = master
|
||||
if: type != pull_request AND branch = master AND repo = tomochain/tomochain
|
||||
|
||||
notifications:
|
||||
slack:
|
||||
|
|
|
|||
Loading…
Reference in a new issue