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:
Norwid Behrnd 2025-10-07 22:58:39 +02:00
parent 2ee46eb992
commit d798a9bfda
No known key found for this signature in database

View file

@ -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]