From 0a23dd70e53313771297d16c272de274bf383afb Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Tue, 21 May 2024 20:31:11 +0530 Subject: T6357: added main --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 95baaf5..f493777 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -5,7 +5,7 @@ on: branches: [ "main", "current", "sagitta", "equuleus" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "current" ] + branches: [ "main", "current" ] schedule: - cron: '22 10 * * 0' workflow_dispatch: -- cgit v1.2.3