From 3f6d9c81dff3aa836f94fabc0e2d97cebd9cab99 Mon Sep 17 00:00:00 2001 From: Shweta Kadam Date: Sat, 31 Aug 2024 12:19:44 +0530 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bdbea06..88a8889 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,13 +13,9 @@ name: "CodeQL" on: push: - branches: - - main - - 'feature/**' # Matches any branch that starts with "feature/" + branches: [ "main" ] pull_request: - branches: - - main - - 'feature/**' # Matches any branch that starts with "feature/" + branches: [ "main" ] schedule: - cron: "*/1 * * * *" # Every 1 minute