mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Update ci-testing.yml (#4772)
This commit is contained in:
parent
b161edf873
commit
aa1859909c
4
.github/workflows/ci-testing.yml
vendored
4
.github/workflows/ci-testing.yml
vendored
@ -4,10 +4,10 @@ name: CI CPU testing
|
||||
|
||||
on: # https://help.github.com/en/actions/reference/events-that-trigger-workflows
|
||||
push:
|
||||
branches: [master, develop]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [master, develop]
|
||||
branches: [master]
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Runs at 00:00 UTC every day
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user