Skip to content

Commit

Permalink
drone: exclude pr build so there is single build
Browse files Browse the repository at this point in the history
  • Loading branch information
Witold Konior committed Jul 20, 2019
1 parent 0a4fc56 commit 04057cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ platform:
os: linux
arch: amd64

trigger:
event:
exclude:
- pull_request

steps:
# Goreleaser needs at least the last two tags.
- name: fetch-tags
Expand Down

0 comments on commit 04057cc

Please sign in to comment.