Enforce tags start with `v` for CI to run (#331)

Basically just a small safeguard to prevent running CI on accidentally
pushed invalid tag.
This commit is contained in:
GeckoEidechse 2022-09-01 01:17:23 +02:00 committed by GitHub
parent a66132db28
commit dc05ebfa9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Build
on:
push:
tags:
- '*'
- 'v*'
workflow_dispatch:
inputs:
job: