chore: github workflow use regex from tag
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
||||
branch:
|
||||
- 'main'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
Reference in New Issue
Block a user