Skip to content

Commit fab914b

Browse files
committed
fix(workflows): Deploy the frontend on change to the pull_request_target.
1 parent 713205c commit fab914b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-frontend.yml

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

33
on:
4-
pull_request:
4+
pull_request_target:
55
branches: [develop]
66
paths: ['client/**']
77

0 commit comments

Comments
 (0)