Skip to content

Commit 8f5609f

Browse files
committed
Fix missing preview URL in pull requests
1 parent 525cae4 commit 8f5609f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
command: pages deploy src/dist --project-name=${{ vars.CLOUDFLARE_PROJECT_NAME }} --branch=${{ env.BRANCH }} --commit-dirty=true
8888

8989
- name: Add deployment comment
90-
if: github.event_name == 'pull_request'
90+
if: github.event_name == 'pull_request_target'
9191
uses: thollander/actions-comment-pull-request@v3
9292
with:
9393
message: |

0 commit comments

Comments
 (0)