Update CI to pull_request_target (#13495)

This commit is contained in:
Glenn Jocher 2024-06-11 02:10:45 +02:00 committed by GitHub
parent e5185ccf63
commit 05be0c54e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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