chore: github workflow use regex from tag

This commit is contained in:
Jack Wills
2023-01-28 21:55:23 +00:00
parent 68e444bfc3
commit 749ec712f0
@@ -4,7 +4,7 @@ on:
branch:
- 'main'
tags:
- 'v*.*.*'
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
deploy:
runs-on: ubuntu-18.04