fix: match tag
This commit is contained in:
parent
5cfe527be8
commit
3cf642fe68
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -3,7 +3,7 @@ name: build
|
||||
on:
|
||||
push:
|
||||
branches: ['*']
|
||||
tags: ['v[0-9]+.[0-9]+.[0-9]+.*']
|
||||
tags: ['v[0-9]+.[0-9]+.[0-9]+*']
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user