mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #899 from Denton-L/disable-comment
Disable AppVeyorBot comments
This commit is contained in:
commit
34b8ab700a
@ -81,3 +81,9 @@ deploy:
|
|||||||
artifact: solidity-windows-zip
|
artifact: solidity-windows-zip
|
||||||
on:
|
on:
|
||||||
branch: release
|
branch: release
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
- provider: GitHubPullRequest
|
||||||
|
on_build_success: false
|
||||||
|
on_build_failure: false
|
||||||
|
on_build_status_changed: false
|
||||||
|
Loading…
Reference in New Issue
Block a user