Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilvamartin authored Feb 29, 2024
1 parent 304bad7 commit c85239d
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 @@ -13,9 +13,9 @@ name: "CodeQL Code Quality Check"

on:
push:
branches: [ "main", "main-lock" ]
branches: [ "main", "main-lock", "release/*" ]
pull_request:
branches: [ "main", "main-lock" ]
branches: [ "main", "main-lock", "release/*" ]

jobs:
analyze:
Expand Down

0 comments on commit c85239d

Please sign in to comment.