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:
authorMorris Jobke <hey@morrisjobke.de>2017-03-07 05:54:55 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-03-07 05:57:32 +0300
commit1df26d438c2e031d62fa0b9776e3407d854d643e (patch)
treec516d713e78c3cef3121fa54da0691e4768ad175 /.drone.yml
parente6dcbb39ac5f56d82f47bfc6ade19980559d1065 (diff)
Run drone only on master/stable branches
* fixes #3729 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 5e4f18af9f6..5d4ab2ca963 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -565,3 +565,5 @@ services:
when:
matrix:
OBJECT_STORE: s3
+
+branches: [ master, stable* ]