Update codeql.yml

Enable CodeQL to development branch.
This commit is contained in:
Pol Henarejos
2023-02-16 23:36:08 +01:00
committed by GitHub
parent 367651fe75
commit 36e5282d19

View File

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