From dd1a79545a95b02bcd47e105cbd2847e146cb94b Mon Sep 17 00:00:00 2001 From: ajax146 <31014239+ajax146@users.noreply.github.com> Date: Sat, 17 May 2025 14:55:11 -0400 Subject: [PATCH] Fix CI schedule --- .github/workflows/codeql.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 90855107..11951599 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,9 +12,10 @@ name: "CodeQL" on: + push: + branches: [ "main" ] pull_request: branches: [ "main" ] - types: [opened, labeled] schedule: - cron: '31 18 * * 1'