Skip to content

Commit

Permalink
Include the release branches in the CodeQL runs
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen committed Jan 5, 2025
1 parent 6b76731 commit e73a155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "develop", "main" ]
branches: [ "develop", "main", "release*" ]
pull_request:
branches: [ "develop", "main" ]
branches: [ "develop", "main", "release*" ]
schedule:
- cron: '00 15 * * 1'

Expand Down

0 comments on commit e73a155

Please sign in to comment.