Skip to content

Commit

Permalink
Revert "ci: update preview trigger to pull_request_target to enable p…
Browse files Browse the repository at this point in the history
…reviews for forks" (#395)

* Revert "ci: update preview trigger to pull_request_target to enable previews …"

This reverts commit 3b5831a.

* Update .github/workflows/preview.yml
  • Loading branch information
MSevey authored Jun 14, 2024
1 parent 488348f commit 162ea56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Deploy PR previews

on:
pull_request_target:
# This workflow requires pull_request and won't work with pull_request_target
# due to github permissions
pull_request:
types:
- opened
- reopened
Expand Down

0 comments on commit 162ea56

Please sign in to comment.