1
0
Fork 0
mirror of synced 2024-07-08 07:46:10 +12:00

Merge pull request #11295 from Budibase/adjust-tag-prerelease-regex

Adjust tag regex for prerelease
This commit is contained in:
Rory Powell 2023-07-20 12:20:05 +01:00 committed by GitHub
commit eb5efd6743

View file

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