From cdad33820d6788d73bb13102afc235639be72e67 Mon Sep 17 00:00:00 2001 From: Kartikey Yadav <108495823+Kartikey2011yadav@users.noreply.github.com> Date: Tue, 30 Dec 2025 13:56:08 +0530 Subject: [PATCH] test update Updated CodeQL workflow to include 'main' branch. --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9b6a2ef..a8a7392 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,10 @@ name: 'CodeQL' on: push: - branches: ['master'] + branches: ['master','main'] pull_request: # The branches below must be a subset of the branches above - branches: ['master'] + branches: ['master','main'] schedule: - cron: '31 19 * * 4'