Skip to content

Commit

Permalink
fix(ci): run test only on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
fallion committed Sep 28, 2019
1 parent 3f2e0b7 commit 9a32851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ steps:
path: /go
commands:
- make ci
when:
event: [pull_request]

- name: validate commits
image: commitsar/commitsar:0.7.0
Expand Down

0 comments on commit 9a32851

Please sign in to comment.