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>2019-09-03 16:52:33 +0300
committerBackportbot <backportbot-noreply@rullzer.com>2019-09-04 11:58:28 +0300
commit59994bc7df26b555c6787d4caee14d79d8552cc1 (patch)
treea690fcd5796832559be1502702a999bbf913b222 /.drone.yml
parent1025cee109c0b82f7ddedba8561cf225c978b62b (diff)
Only run code coverage CI on merge
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 8738985c064..543fd3f2ca9 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1982,7 +1982,6 @@ trigger:
- master
- stable*
event:
- - pull_request
- push
---
@@ -2012,7 +2011,6 @@ trigger:
- master
- stable*
event:
- - pull_request
- push
---