Skip to content

Commit

Permalink
Drone CI: Attempt to fix publish pipeline for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
tindzk committed Jan 25, 2019
1 parent 09a4562 commit b012a5e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,15 @@ steps:
build_args_from_env:
- BINTRAY_USERNAME
- BINTRAY_API
trigger:
when:
branch:
- master
event:
include:
- push
- tag
exclude:
- pull_request
when:
branch:
- master
- name: benchmarks
image: tindzk/seed:latest
pull: always
Expand Down

0 comments on commit b012a5e

Please sign in to comment.