Skip to content

Commit

Permalink
Enable CodeQL runs on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh committed Aug 28, 2023
1 parent e00389f commit 6da0cfc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [ main, 'b[0-9].[0-9]+' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '39 1 * * 6'
branches: [ main, 'b[0-9].[0-9]+' ]

jobs:
analyze:
Expand Down

0 comments on commit 6da0cfc

Please sign in to comment.