From 32f61ad1ec540132fc8d39ea7e44ad3eda388015 Mon Sep 17 00:00:00 2001 From: Brian <89487381+b4yuan@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:42:35 -0500 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 816492278ef0b..a3401a4ee3228 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,12 +12,12 @@ name: "CodeQL" on: - # push: - # branches: [ "main", "master" ] - schedule: - - cron: '0 0 * * *' - pull_request: - branches: '*' + push: + branches: [ "testing" ] + # schedule: + # - cron: '0 0 * * *' + # pull_request: + # branches: '*' jobs: analyze: