Adjust tag regex for prerelease

This commit is contained in:
Rory Powell 2023-07-20 12:18:00 +01:00
parent faa00fa64d
commit ba5002f742
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ concurrency:
on:
push:
tags:
- ".*-alpha.*"
- "*-alpha.*"
workflow_dispatch:
env: