From 21101f0446008ba5b8e79d404e283e08162d21cc Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 10 Dec 2018 11:11:14 +0100 Subject: [PATCH] Only run PUSH drone runs on stable15 branch Signed-off-by: Roeland Jago Douma --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3600c9cde30..1c59cd13f2e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1162,4 +1162,4 @@ services: matrix: ENABLE_OPENLDAP: true -branches: [ master, stable* ] +branches: [ stable15 ]