Skip to content

Commit db2bfd0

Browse files
committed
fix: Update to use pull_request_target
1 parent 8c87e94 commit db2bfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-with-release-profile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Build with '-Prelease'
66
on:
77
# Handle all branches for now
88
push:
9-
pull_request:
9+
pull_request_target:
1010
workflow_dispatch:
1111

1212
# Only run the latest job

0 commit comments

Comments
 (0)