Merge pull request #104 from michaelachrisco/103-once-a-month

Run CI once a month
This commit is contained in:
Michael Chrisco 2024-06-18 09:23:27 -07:00 committed by GitHub
commit 7e8da0cebc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,8 @@ on:
branches: [ main ] branches: [ main ]
pull_request: pull_request:
branches: [ main ] branches: [ main ]
schedule:
- cron: '0 0 1 * *'
jobs: jobs:
test: test: