Skip to content

Commit

Permalink
Add cron job to check new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanjmcdougall committed Feb 28, 2025
1 parent c852e84 commit 4fe68ca
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 @@ -4,6 +4,8 @@ on:
push:
branches: ['main']
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
tests:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 4fe68ca

Please sign in to comment.