Add travis condition NOT type = pull_request for mainnet build

This commit is contained in:
David Albela Pérez 2019-09-30 13:03:37 +02:00
parent e474f85c5f
commit 3f6fb06660

View File

@ -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: