1
0
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:
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

View File

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