enable CI for greenkeeper created branches (#504)
in order to test and integrate greenkeeper I have to enable CI on branches (right now it's disable). But I don't want this to run for all branches, so only enable it on greenkeeper-created branches which always starts with greenkeeper/
This commit is contained in:
Родитель
b8b1176a29
Коммит
9eb0cec3b8
|
@ -1,5 +1,6 @@
|
|||
trigger:
|
||||
- v2 # disable CI build for branch except v2
|
||||
- greenkeeper/* # enable CI to run on greepkeeper branches
|
||||
pr:
|
||||
- v2 # only kick off for pr targeting v2
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче