Run CI nightly

This commit is contained in:
kokke 2024-10-04 11:45:23 +02:00 committed by GitHub
parent fc31829548
commit 23856752fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,9 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
# Run CI nightly (midnight)
- cron: "0 0 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: