Update CI to `pull_request_target` (#13495)

pull/13100/head
Glenn Jocher 5 months ago committed by GitHub
parent e5185ccf63
commit 05be0c54e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ci.yaml

@ -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…
Cancel
Save