Update .drone.yml to only build master #30

Merged
graffen merged 1 commits from fix-drone into master 2021-06-27 18:13:13 +00:00
1 changed files with 4 additions and 2 deletions

View File

@ -13,6 +13,8 @@ steps:
tags:
- "${DRONE_BUILD_NUMBER}"
- "latest"
when:
trigger:
branch:
- master
- master
event:
- push