Skip to content

Commit

Permalink
ci(drone): specify triggers explicitly (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucktay authored Nov 13, 2020
1 parent 72dbfcb commit cfbb232
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ kind: pipeline
type: docker
name: default

trigger:
event:
include:
- "pull_request"
- "tag"

steps:
# Drone does not pull git tags by default
- name: fetch
Expand Down

0 comments on commit cfbb232

Please sign in to comment.