Merge pull request #2049 from nosqlbench/avoid-double-build-workflow-cases

Avoid extra build workflow on preview and release tag push
This commit is contained in:
Jonathan Shook 2024-10-16 15:09:48 -05:00 committed by GitHub
commit 01d508dd31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,9 +5,9 @@ name: build
on:
push:
# tags:
# - "![0-9]+.[0-9]+.[0-9]+-preview"
# - "![0-9]+.[0-9]+.[0-9]+-release"
tags:
- "![0-9]+.[0-9]+.[0-9]+-preview"
- "![0-9]+.[0-9]+.[0-9]+-release"
pull_request:
jobs: