Compare commits

..

2 commits

Author SHA1 Message Date
Michael Chrisco
7e8da0cebc
Merge pull request #104 from michaelachrisco/103-once-a-month
Run CI once a month
2024-06-18 09:23:27 -07:00
Michael Chrisco
9e9f317225
Update blank.yml 2024-06-18 09:22:03 -07:00

View file

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