mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-16 09:24:55 -06:00
do not run build when prerelease is already selected
This commit is contained in:
parent
961f420de7
commit
4eb07e046e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -3,6 +3,8 @@ name: build
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
paths:
|
||||
- "!RELEASENOTES.md"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user