From e019b171facdf1a6da954e23f5fba81719306c5b Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Thu, 30 Nov 2023 11:43:27 +0530 Subject: [PATCH] Enable CodeQL Workflow for all main branches --- .github/workflows/codeql.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index be1d41fa3b5..d4bc4e6605e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,12 @@ name: "CodeQL" on: push: - branches: [ 5.2.x ] + branches: + - '[4-9]+.[0-9]+.x' pull_request: # The branches below must be a subset of the branches above - branches: [ 5.2.x ] + branches: + - '[4-9]+.[0-9]+.x' jobs: analyze: