Update .drone.yml to only build master
This commit is contained in:
parent
a9593558b6
commit
726c597aa8
|
@ -13,6 +13,8 @@ steps:
|
|||
tags:
|
||||
- "${DRONE_BUILD_NUMBER}"
|
||||
- "latest"
|
||||
when:
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
|
|
Loading…
Reference in a new issue