mirror of
https://github.com/novoid/filetags.git
synced 2026-02-16 14:04:14 +00:00
test(codeql-analsis.yml): extend scope to a dev branch
To ease testing prior to the merge into the default branch, the scope is extended to a (temporary) dev branch (if used). Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
This commit is contained in:
parent
2ee46eb992
commit
d798a9bfda
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -7,7 +7,7 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [master, dev]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [master]
|
||||
|
|
|
|||
Loading…
Reference in a new issue