From 1ec32eeb782a113b8a131490a6c2a2692240dc20 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 14 Jul 2017 13:08:19 +0200 Subject: [PATCH] Add branch limitation Signed-off-by: Morris Jobke --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 547a7ef0cec..21065087cc9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -254,3 +254,5 @@ services: when: matrix: DB: mysql + +branches: [ master, stable* ]