Skip to content

Commit f6225b2

Browse files
CI: use pr target trigger
1 parent f5412f0 commit f6225b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: "CodeQL"
33
on:
44
push:
55
branches: [ "main" ]
6-
pull_request:
7-
# The branches below must be a subset of the branches above
6+
pull_request_target:
87
branches: [ "main" ]
98
schedule:
109
- cron: '21 15 * * 5'

0 commit comments

Comments
 (0)