Skip to content

Commit

Permalink
Enable CodeQL Workflow for all main branches (#13244)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Nov 30, 2023
1 parent f963ad3 commit 3654404
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3654404

Please sign in to comment.