Skip to content

Commit

Permalink
Update ci-testing.yml (ultralytics#4772)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored and CesarBazanAV committed Sep 29, 2021
1 parent 974a848 commit aadc715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aadc715

Please sign in to comment.