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