Skip to content

Commit

Permalink
Try pull_request_target event in benchmarks (#118)
Browse files Browse the repository at this point in the history
* [DNM] try pull_request_target event

* Update benchmark.yml
  • Loading branch information
MahdiBM authored Feb 6, 2025
1 parent b4287bf commit 720060c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
branches: [main]
pull_request_review:
types: [submitted]
pull_request:
pull_request_target:
branches: [main]
types: [synchronize]
types: [opened, reopened, synchronize, ready_for_review]
paths:
- Sources/*.swift
- Benchmarks/
Expand Down

0 comments on commit 720060c

Please sign in to comment.