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: branch:
- 'main' - 'main'
tags: tags:
- 'v*.*.*' - 'v[0-9]+.[0-9]+.[0-9]+'
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04