Merge pull request #11294 from Budibase/fix-release-and-prerelease-tag-triggers-master

Fix release and prerelease tag triggers
This commit is contained in:
Rory Powell 2023-07-20 15:12:05 +01:00 committed by GitHub
commit 16260be42e
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -6,9 +6,9 @@ concurrency:
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+"
# Exclude all pre-releases
- "!v*[0-9]+.[0-9]+.[0-9]+-*"
- "!*[0-9]+.[0-9]+.[0-9]+-*"
env:
# Posthog token used by ui at build time