diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c0dbff37..50822a82 100644 --- a/.github/workflows/ci.yaml +++ b/.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