Browse Source

Exclude pull_request from fetch-tags step, fixes #7108 (#7120)

Signed-off-by: Nick Meyer <nick@e3b0c442.io>
tags/v1.9.0-rc1
Nick Meyer 6 years ago committed by Lunny Xiao
parent
commit
5d3177dbb6
  1. 3
      .drone.yml

3
.drone.yml

@ -7,6 +7,9 @@ pipeline:
image: docker:git
commands:
- git fetch --tags --force
when:
event:
exclude: [ pull_request ]
download_translations:
image: jonasfranz/crowdin

Loading…
Cancel
Save