Skip to content

Commit

Permalink
ci: use pull_request_target
Browse files Browse the repository at this point in the history
  • Loading branch information
fityannugroho authored Oct 6, 2023
1 parent 5f68a51 commit deeb8dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: "Test the PR"
on:
pull_request:
pull_request_target:
branches:
- main
types:
- opened
- syncronize
- reopened
- edited
jobs:
run_test:
name: "Run tests"
Expand Down

0 comments on commit deeb8dc

Please sign in to comment.