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
committerRoeland Jago Douma <roeland@famdouma.nl>2019-09-03 19:07:28 +0300
commit16477c181ea0d731442f3509815a7b4fe1cd9b1b (patch)
treecfb26f6f59a2bd013011c4d31189600512a9e0ad /.drone.yml
parentecd0d39c304597c77639600a40db25e86fa5a126 (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 c550839b3e2..d5100cd9198 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -2228,7 +2228,6 @@ trigger:
- master
- stable*
event:
- - pull_request
- push
---
@@ -2258,7 +2257,6 @@ trigger:
- master
- stable*
event:
- - pull_request
- push
---