chore: github workflow use regex from tag
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user