Skip to content

Commit

Permalink
ci/drone: allow building from main-* and release-* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Dec 4, 2020
1 parent 0f15ca3 commit 6c784d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ steps:
when:
branch:
- main
- main-v* # major version branches
- release-*
event:
- push
- tag
Expand Down

0 comments on commit 6c784d9

Please sign in to comment.