Skip to content

Commit

Permalink
chore(CI): use pull_request_target for PR checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr committed Mar 21, 2023
1 parent 852f001 commit 8ba3f1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Test, Build
on:
pull_request:
branches: [develop, main]
pull_request_target:
branches: [develop]
workflow_dispatch:

env:
Expand Down

0 comments on commit 8ba3f1a

Please sign in to comment.