Update codeql.yml

Added development branch to CodeQL workflow.
This commit is contained in:
Pol Henarejos
2023-02-15 19:55:13 +01:00
committed by GitHub
parent 9e9cf9b768
commit f61d0dd677

View File

@@ -13,10 +13,10 @@ name: "CodeQL"
on:
push:
branches: [ "master" ]
branches: [ "master", "development" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
branches: [ "master", "development" ]
schedule:
- cron: '23 5 * * 4'