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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-11-21 12:18:01 +0300
committerGitHub <noreply@github.com>2017-11-21 12:18:01 +0300
commite7b7b8923f8e2c2584873ea84b951f2b6ef588b4 (patch)
treeb0f02151b107442c336f4f68a283b288bcc2d9e8 /.drone.yml
parent407d71b305f5db3bff845dda01171f0078fedb41 (diff)
parent26ba89c2a83f5e3168d4c7e6ca78650b77f80678 (diff)
Merge pull request #52 from nextcloud/single_drone
No double building on PR's
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 5f291e399..44262807a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -83,3 +83,5 @@ matrix:
- TESTS: qt-5.7
- TESTS: qt-5.8
- TESTS: qt-5.9
+
+branches: [ master, 2.* ]