Browse Source

Fixed tag regex so that CI kicks in on release.

housekeeping/remove-warnings
Antoine POPINEAU 4 years ago
parent
commit
a3f74af076
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

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

Loading…
Cancel
Save