mirror of
https://github.com/apognu/otter
synced 2025-02-17 03:10:35 +01:00
Fixed tag regex so that CI kicks in on release.
This commit is contained in:
parent
34ddef8489
commit
a3f74af076
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -2,7 +2,7 @@ name: Release build
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
- "[0-9]+.[0-9]+.[0-9]+"
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user