Add 90 day cron schedule

This commit is contained in:
Cryptiiiic 2022-10-11 16:48:35 -07:00
parent 1f7e2e580e
commit a0f97dbc81
No known key found for this signature in database
GPG key ID: 6027B509EFE3A76B

View file

@ -4,6 +4,12 @@ on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 1 1 *'
- cron: '0 0 1 4 *'
- cron: '0 0 30 6 *'
- cron: '0 0 28 9 *'
- cron: '0 0 27 12 *'
jobs:
macOS: