chore: run nightly workflow every day

This commit is contained in:
Stavros
2025-07-03 12:54:17 +03:00
parent 4c18a4c44d
commit 7640e956c2

View File

@@ -1,6 +1,8 @@
name: Nightly Release
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
create-release: