Skip to content

Commit

Permalink
Merge pull request #293 from NatLibFi/fix-build-on-push-to-master
Browse files Browse the repository at this point in the history
Fix build to be triggered on push to master only
  • Loading branch information
juhoinkinen authored Jul 5, 2019
2 parents 2ea1130 + 47b7040 commit a9bb0d7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ steps:
repo: quay.io/natlibfi/annif
tags: [dev]

when:
event: push
branch: [master]
trigger:
branch:
- master
event:
- push

0 comments on commit a9bb0d7

Please sign in to comment.