Skip to content

Commit e9f50d2

Browse files
sserratadsuket
authored andcommitted
Update deploy-preview.yml
1 parent 9559a16 commit e9f50d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)