Skip to content

Commit

Permalink
Exclude pull_request from fetch-tags step, fixes #7108 (#7120)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Meyer <nick@e3b0c442.io>
  • Loading branch information
e3b0c442 authored and lunny committed Jun 5, 2019
1 parent 8bf4059 commit 5d3177d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ pipeline:
image: docker:git
commands:
- git fetch --tags --force
when:
event:
exclude: [ pull_request ]

download_translations:
image: jonasfranz/crowdin
Expand Down

0 comments on commit 5d3177d

Please sign in to comment.