Fixed tag regex so that CI kicks in on release.

This commit is contained in:
Antoine POPINEAU 2020-07-07 21:11:45 +02:00
parent 34ddef8489
commit a3f74af076
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Release build
on: on:
push: push:
tags: tags:
- "v*" - "[0-9]+.[0-9]+.[0-9]+"
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest