Skip to content

Commit e2b65d3

Browse files
authored
Update deploy-preview.yml
1 parent f8e7c14 commit e2b65d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
path: visual_diffs
187187

188188
- name: Comment PR with results
189-
if: github.event_name == 'pull_request'
189+
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
190190
uses: actions/github-script@v7
191191
with:
192192
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)