Skip to content

Commit d8ea959

Browse files
authored
Add pull_request_target trigger to CodeQL workflow
1 parent 1824817 commit d8ea959

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: ['main']
66
pull_request:
77
branches: ['main']
8+
pull_request_target:
9+
branches: ['main']
810

911
# Cancel in-progress runs when a new commit is pushed
1012
concurrency:

0 commit comments

Comments
 (0)