From e65d31a01412f73f66868de43558ce97d1a9417a Mon Sep 17 00:00:00 2001 From: "Zander M." Date: Tue, 26 Sep 2023 00:27:26 -0400 Subject: [PATCH] Add CodeQL scanning. --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3ff6aed..662406f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ "release" ] + branches: [ "release", "dev" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "release" ] + branches: [ "release", "dev" ] schedule: - cron: '28 18 * * 3'