Limit the test pipeline to run only on pull requests #89

Merged
konrad merged 2 commits from drone/run-tests-only-on-prs into master 2019-07-18 20:28:57 +00:00
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