Skip to content

Commit 97b292c

Browse files
committed
Update CI to support running CI against forks
Using `pull_request_target` instead of `pull_request` is supposed to enable this...
1 parent 5e03835 commit 97b292c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches: ["main"]
6-
pull_request:
6+
pull_request_target:
77
branches: ["main"]
88

99
jobs:

0 commit comments

Comments
 (0)