Skip to content

Commit

Permalink
Trying codeql again.
Browse files Browse the repository at this point in the history
  • Loading branch information
leerho committed Dec 19, 2024
1 parent de840df commit ef3310d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@ name: "CodeQL"

on:
push:
branches: [ 7.0.X ]
pull_request: [ 7.0.X ]
branches:
- '7.0.X'
- 'main'
pull_request_target:
types:
- opened
branches:
- '7.0.X'
- 'main'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ef3310d

Please sign in to comment.