1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Adjust tag regex for prerelease

This commit is contained in:
Rory Powell 2023-07-20 12:18:00 +01:00
parent 8e0674e77f
commit 829c3e38bd

View file

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