diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-09-03 15:52:33 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-09-03 18:07:28 +0200 |
commit | 16477c181ea0d731442f3509815a7b4fe1cd9b1b (patch) | |
tree | cfb26f6f59a2bd013011c4d31189600512a9e0ad /.drone.yml | |
parent | ecd0d39c304597c77639600a40db25e86fa5a126 (diff) | |
download | nextcloud-server-16477c181ea0d731442f3509815a7b4fe1cd9b1b.tar.gz nextcloud-server-16477c181ea0d731442f3509815a7b4fe1cd9b1b.zip |
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.yml | 2 |
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 --- |