Limit the test pipeline to run only on pull requests (#89)
This commit is contained in:
parent
ef0e7c9769
commit
9a7d470ce2
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue