add: drone triggers
This commit is contained in:
parent
e5419ed1fd
commit
79bf436a01
1 changed files with 7 additions and 0 deletions
|
@ -25,3 +25,10 @@ steps:
|
||||||
- build/controller.ini
|
- build/controller.ini
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
ref:
|
||||||
|
include:
|
||||||
|
- refs/heads/master
|
||||||
|
- refs/heads/testing
|
||||||
|
- refs/tags/**
|
||||||
|
|
Loading…
Reference in a new issue