Add travis condition `NOT type = pull_request` for mainnet build
This commit is contained in:
parent
e474f85c5f
commit
3f6fb06660
|
@ -16,7 +16,7 @@ matrix:
|
|||
- env:
|
||||
- REACT_APP_NETWORK='mainnet'
|
||||
- STAGING_BUCKET_NAME=${STAGING_MAINNET_BUCKET_NAME}
|
||||
if: branch = master OR tag IS present
|
||||
if: (branch = master AND NOT type = pull_request) OR tag IS present
|
||||
- env:
|
||||
- REACT_APP_NETWORK='rinkeby'
|
||||
before_install:
|
||||
|
|
Loading…
Reference in New Issue