Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-12-10 13:11:14 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-12-10 13:11:14 +0300
commit21101f0446008ba5b8e79d404e283e08162d21cc (patch)
tree1d00816957af040873739ddf02bdba99b138482c /.drone.yml
parent303fa31b11e99ee8ec2ef62796df64be3ac71f55 (diff)
Only run PUSH drone runs on stable15 branch
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
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 ]