From 92fce4c7836e1afcc95b9df98d3b2f9dc7d1399f Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 30 Sep 2021 11:58:04 +0700 Subject: [PATCH] added branches to template --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index c4d6453b..33f97c1b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,4 +2,7 @@ kind: template load: registry.yaml data: dockerfile: docker/www/Dockerfile + branches: + - master + - develop