Update CI to pull_request_target (#13495)
This commit is contained in:
parent
e5185ccf63
commit
05be0c54e5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -6,7 +6,7 @@ name: Ultralytics CI
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # runs at 00:00 UTC every day
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue