;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 2a5067bb0c
commit 612cf8ce72

View File

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