diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 00810b8ad9..fc41ff9eb3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -93,7 +93,7 @@ pipeline: commands: - make release when: - event: [ push, tag, pull_request ] + event: [ push, tag ] coverage: image: plugins/coverage |