ci/drone: allow building from main-* and release-* branches

This commit is contained in:
iwilltry42 2020-12-04 12:52:44 +01:00
parent 0f15ca34d0
commit 6c784d9ff2
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110

View File

@ -52,6 +52,8 @@ steps:
when:
branch:
- main
- main-v* # major version branches
- release-*
event:
- push
- tag