forked from vikunja/frontend
Fix drone testing pipeline triggering only when pushing to master and not on prs
This commit is contained in:
parent
22cf54f1f9
commit
f3ec9be8e5
@ -3,10 +3,12 @@ name: testing
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
exclude:
|
||||
include:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
include:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
|
Loading…
x
Reference in New Issue
Block a user