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