mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Only run deploy from lint branch (#12805)
This commit is contained in:
parent
ed85e368e3
commit
dbef8f0b78
@ -38,4 +38,5 @@ deploy:
|
|||||||
script: script/travis_deploy
|
script: script/travis_deploy
|
||||||
on:
|
on:
|
||||||
branch: dev
|
branch: dev
|
||||||
|
condition: $TOXENV = lint
|
||||||
after_success: coveralls
|
after_success: coveralls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user