Run CI nightly
Some checks failed
CI / build (push) Failing after 0s

This commit is contained in:
kokke
2024-10-04 11:45:23 +02:00
committed by GitHub
parent fc31829548
commit 23856752fb

View File

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