Skip to content

Commit

Permalink
build: Fix Preview GitHub Action Workflow (pull_request instead of pu…
Browse files Browse the repository at this point in the history
…ll_request_target)

This should hopefully finally fix #42 (comment).

See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target

Signed-off-by: Michael Vorburger <mike@vorburger.ch>
  • Loading branch information
vorburger committed Nov 2, 2023
1 parent 8326747 commit eee50b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Preview
on:
# NOT on push: branches: - 'main'
# ? delete:
pull_request_target:
pull_request:
types:
- opened
- reopened
Expand Down

0 comments on commit eee50b0

Please sign in to comment.