From c1304f5330ececbac1f813fd99533d4b5ad08425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 16 May 2018 09:37:55 +0200 Subject: [PATCH] Only build master/stable branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 7ab1777e0..a47a6885b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,3 +3,4 @@ pipeline: image: nextcloudci/documentation:documentation-5 commands: - make all +branches: [ master, stable* ]