From a3ec15862d65a091ee813923f0f7350e052fd47b Mon Sep 17 00:00:00 2001 From: Mo Khan Date: Mon, 6 Jun 2022 16:41:38 -0400 Subject: [PATCH] Run CodeQL on dynamic_clients branch --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6ae22f29..800b8a1e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,10 +2,10 @@ name: "CodeQL" on: push: - branches: [ main, release* ] + branches: [ main, release*, dynamic_clients ] pull_request: # The branches below must be a subset of the branches above - branches: [ main, release* ] + branches: [ main, release*, dynamic_clients ] schedule: - cron: '39 13 * * 2'