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:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
exclude:
|
include:
|
||||||
- master
|
- master
|
||||||
event:
|
event:
|
||||||
- push
|
include:
|
||||||
|
- push
|
||||||
|
- pull_request
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
|
|
Loading…
Add table
Reference in a new issue