From f6e587bd5fdf7d828a3752070e83af6d6ec9afa5 Mon Sep 17 00:00:00 2001 From: Brian <89487381+b4yuan@users.noreply.github.com> Date: Tue, 6 Feb 2024 08:09:00 -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 8164922..a3401a4 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: