;ci: release: try to trigger on release branch push

This commit is contained in:
Simon Michael 2020-06-21 09:07:50 -07:00
parent 269b981dec
commit 41c3c6d16b

View File

@ -7,6 +7,7 @@ name: release
on:
push:
tags: [ '[0-9]*', 'r[0-9]*' ]
branches: [ 'master', '[0-9]*-branch' ]
jobs:
release: