From 00e070b5094e279692516f1aca7caf0e93440fa6 Mon Sep 17 00:00:00 2001 From: sriramveeraghanta Date: Tue, 16 Sep 2025 20:46:44 +0530 Subject: [PATCH] fix: codeql triggers --- .github/workflows/codeql.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2bcbf557f..e3aba5cf1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,11 +3,9 @@ name: "CodeQL" on: workflow_dispatch: push: - branches: ["preview", "master"] + branches: ["preview", "canary", "master"] pull_request: - branches: ["develop", "preview", "master"] - schedule: - - cron: "53 19 * * 5" + branches: ["preview", "canary", "master"] jobs: analyze: