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