Skip to content

Commit

Permalink
Add cron to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 authored Jun 9, 2021
1 parent 48b56d2 commit 095642b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
branches:
- '**'
schedule:
- cron: '0 0 * * 0'
jobs:
test:
name: Tests
Expand Down

0 comments on commit 095642b

Please sign in to comment.