diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-09-04 08:06:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-04 08:06:33 +0200 |
commit | de571bd96355898c6403cf598fffcc233d13f940 (patch) | |
tree | 9ad8c911889230e682dc950ca80e34ab6e47a420 /.drone.yml | |
parent | 3776f7e0cb85b4e369d90945c3c4bc8452dba9c0 (diff) | |
parent | 16477c181ea0d731442f3509815a7b4fe1cd9b1b (diff) | |
download | nextcloud-server-de571bd96355898c6403cf598fffcc233d13f940.tar.gz nextcloud-server-de571bd96355898c6403cf598fffcc233d13f940.zip |
Merge pull request #16982 from nextcloud/enh/only_run_codecov_on_merge
Only run code coverage CI on merge
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 --- |