Skip to content

Commit 6981bea

Browse files
build: allow PRs from forks to run CI jobs
1 parent c9f29ba commit 6981bea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: Continuous Integration
44
on:
55
push:
66
pull_request:
7+
pull_request_target:
78

89
jobs:
910
verify:

0 commit comments

Comments
 (0)