Skip to content

Commit

Permalink
security: remove usage of pull_request_target event from test.yml
Browse files Browse the repository at this point in the history
security: remove usage of pull_request_target event from test.yml
  • Loading branch information
jackton1 authored Nov 29, 2023
1 parent ee5ef75 commit 4b4871d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- "**"
pull_request_review:
types: [edited, dismissed, submitted]
pull_request_target:
pull_request:
types:
- assigned
Expand All @@ -29,7 +28,6 @@ on:
branches:
- main


jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4b4871d

Please sign in to comment.