From 1e3861ad6362588869941f897e8c16c3f9457c06 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Thu, 5 Sep 2024 12:46:22 -0500 Subject: [PATCH] test --- .github/workflows/codeql.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 116ae7b6892c2..6fcbc40a470c7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,8 +1,9 @@ name: "CodeQL" on: - schedule: - - cron: '27 21 * * *' # At 21:27 every day + push: + branches: + - codeql-branch-references jobs: analyze: @@ -18,7 +19,7 @@ jobs: fail-fast: false matrix: language: [ 'javascript' ] - branch: [ 'main', '7.17' ] + branch: [ 'codeql-branch-references' ] steps: - name: Checkout repository