From 4414fdebd472aca9a4586803612589aa809a66a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 28 Mar 2017 13:49:19 +0200 Subject: [PATCH] Only build master branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2cf6418de..09719bda6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -149,3 +149,5 @@ matrix: - TESTS: php7.0 - TESTS: php7.1 - TESTS: jsbuild + +branches: [ master, stable* ]