Skip to content

Commit 3d1231d

Browse files
authored
Add pull_request_target trigger to CodeQL workflow (#355)
1 parent 4a02d94 commit 3d1231d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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)