From 3164cd97531fedb9fa313f6d145bd2ffb4d4f50a Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 30 Sep 2021 12:00:19 +0700 Subject: [PATCH] added branches to template --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 33f97c1b..41feb424 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,4 +5,7 @@ data: branches: - master - develop - + when: + branch: + - master + - develop