Fix drone testing pipeline triggering only when pushing to master and not on prs

This commit is contained in:
kolaente 2020-03-01 16:52:36 +01:00
parent 22cf54f1f9
commit f3ec9be8e5
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 2 deletions

View File

@ -3,10 +3,12 @@ name: testing
trigger:
branch:
exclude:
include:
- master
event:
- push
include:
- push
- pull_request
steps:
- name: build