actions: auto run on pushed commit

This commit is contained in:
boreddevnl 2026-05-09 21:37:46 +02:00
parent 4f3ac28401
commit 82226ddbe5

View file

@ -1,5 +1,8 @@
name: Nightly Build
on:
push:
branches:
- 'main'
schedule:
- cron: "0 0 * * *"
workflow_dispatch: