Skip to content

Commit ef3310d

Browse files
committed
Trying codeql again.
1 parent de840df commit ef3310d

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ 7.0.X ]
6-
pull_request: [ 7.0.X ]
5+
branches:
6+
- '7.0.X'
7+
- 'main'
8+
pull_request_target:
9+
types:
10+
- opened
11+
branches:
12+
- '7.0.X'
13+
- 'main'
714
workflow_dispatch:
815

916
jobs:

0 commit comments

Comments
 (0)