Skip to content

Commit

Permalink
Change pull_request trigger in workflow to pull_request_target, which…
Browse files Browse the repository at this point in the history
… runs against base repository instead of the merge commit.
  • Loading branch information
ctam committed Oct 23, 2024
1 parent 36eefc6 commit 33fe0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
description: Additional options to apply to PHPUnit
required: false
default: ''
pull_request:
pull_request_target:

env:
php: 8.3
Expand Down

0 comments on commit 33fe0e2

Please sign in to comment.