Limit the test pipeline to run only on pull requests
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2019-07-18 21:52:58 +02:00
parent 12eaddc8ee
commit 14427ccb58
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,15 @@ services:
MYSQL_ROOT_PASSWORD: vikunjatest
MYSQL_DATABASE: vikunjatest
trigger:
branch:
include:
- master
event:
include:
- push
- pull_request
steps:
- name: fetch-tags
image: docker:git