mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
make codeQL run with normal builds only
This commit is contained in:
parent
db7aba1606
commit
a1e8de45a4
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -14,6 +14,10 @@ name: "CodeQL"
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
tags:
|
||||
- "![0-9]+.[0-9]+.[0-9]+-preview"
|
||||
- "![0-9]+.[0-9]+.[0-9]+-release"
|
||||
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ main ]
|
||||
|
Loading…
Reference in New Issue
Block a user