;ci: release: also recognise release tags starting with r

This commit is contained in:
Simon Michael 2020-06-20 21:26:08 -07:00
parent f3bcb4beb9
commit 11f721f759

View File

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