Fixed tag regex so that CI kicks in on release.
This commit is contained in:
parent
34ddef8489
commit
a3f74af076
|
@ -2,7 +2,7 @@ name: Release build
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
- "[0-9]+.[0-9]+.[0-9]+"
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue