Skip to content

Commit ae48385

Browse files
committed
ci: add ci support for forks
1 parent 9736b47 commit ae48385

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build
22

33
on:
4-
pull_request: {}
4+
pull_request_target: {}
55
push: { branches: [main] }
66
workflow_dispatch:
77

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Tests
22

33
on:
4-
pull_request: {}
4+
pull_request_target: {}
55
push: { branches: [main] }
66
workflow_dispatch:
77

0 commit comments

Comments
 (0)