Fix drone testing pipeline triggering only when pushing to master and not on prs
This commit is contained in:
parent
22cf54f1f9
commit
f3ec9be8e5
1 changed files with 4 additions and 2 deletions
|
@ -3,10 +3,12 @@ name: testing
|
|||
|
||||
trigger:
|
||||
branch:
|
||||
exclude:
|
||||
include:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
include:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
|
|
Loading…
Reference in a new issue