Skip to content

Commit 1352829

Browse files
committed
ci: use pull_request_target event instead
1 parent 244858a commit 1352829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/size-limit.yml

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

33
on:
4-
pull_request:
4+
pull_request_target:
55
branches:
66
- main
77

.github/workflows/vercel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
# eslint-disable-next-line yml/no-empty-mapping-value
8-
pull_request:
8+
pull_request_target:
99

1010
jobs:
1111
deploy:

0 commit comments

Comments
 (0)