mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-03 05:13:27 +00:00
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…
x
Reference in New Issue
Block a user