ci/drone: allow building from main-* and release-* branches
This commit is contained in:
parent
0f15ca34d0
commit
6c784d9ff2
@ -52,6 +52,8 @@ steps:
|
|||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
- main-v* # major version branches
|
||||||
|
- release-*
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- tag
|
- tag
|
||||||
|
Loading…
Reference in New Issue
Block a user