Run windows/mac tests daily

This commit is contained in:
deeplow 2023-01-18 11:05:04 +00:00
parent a565d9e580
commit bf6eacccf7
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -3,6 +3,8 @@ on:
push:
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 * * *' # Run every day at 00:00 UTC.
jobs:
windows: