Flipped back to whitelisting develop, and attempting to fix conditional.

This commit is contained in:
Bob Summerwill 2016-08-12 05:35:43 -07:00
parent c1f3dae9e3
commit 7cab48e8fb
2 changed files with 3 additions and 3 deletions

View File

@ -182,5 +182,5 @@ deploy:
skip_cleanup: true
on:
repo: ethereum/solidity
branch: release
condition: $JOB != docs || $JOB != emscripten
branch: develop
condition: $JOB != docs && $JOB != emscripten

View File

@ -80,4 +80,4 @@ deploy:
secure: HPjiugbDSCsEFTphj/qwHuSw80/BV1xWoSvj95CPmtb16Ukh2VQbLVB7iFtZSans
artifact: solidity-windows-zip
on:
branch: release
branch: develop