Skip to content

Commit

Permalink
Make PR workflow run on pull request target (#15)
Browse files Browse the repository at this point in the history
This is a leftover from #2 . It should also fix the current dependabot
issues.
  • Loading branch information
andy-sweet authored Sep 7, 2023
1 parent cde442a commit 3d8dc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
pull_request:
pull_request_target:
branches:
- main

Expand Down

0 comments on commit 3d8dc59

Please sign in to comment.