Browse Source
Fixed tag regex so that CI kicks in on release.
master
1.0.20
Antoine POPINEAU
3 years ago
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
1 changed files with
1 additions and
1 deletions
-
.github/workflows/release.yml
|
|
@ -2,7 +2,7 @@ name: Release build |
|
|
|
on: |
|
|
|
push: |
|
|
|
tags: |
|
|
|
- "v*" |
|
|
|
- "[0-9]+.[0-9]+.[0-9]+" |
|
|
|
jobs: |
|
|
|
build: |
|
|
|
runs-on: ubuntu-latest |
|
|
|