Skip to content

Commit

Permalink
chore: Use pull_request_target in workflow instead of pull_request (#125
Browse files Browse the repository at this point in the history
)
  • Loading branch information
andykog authored Oct 18, 2024
1 parent bd6c02b commit 4e325c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
on:
push:
branches: [ "master" ]
pull_request:
pull_request_target:
branches: [ "master" ]

jobs:
Expand Down

0 comments on commit 4e325c7

Please sign in to comment.