Limit the test pipeline to run only on pull requests (#89)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
konrad 2019-07-18 20:28:56 +00:00 committed by Gitea
parent ef0e7c9769
commit 9a7d470ce2
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