ci: nightly Build nur bei Code-Änderungen oder Cron (nicht bei Docs/Templates)

This commit is contained in:
2026-06-25 10:54:17 +02:00
parent 812936d90d
commit 93f72f0be9

View File

@@ -4,6 +4,12 @@ on:
push:
branches:
- nightly
paths:
- '**.py'
- 'Dockerfile'
- 'requirements.txt'
- 'web/**'
- 'data/**'
schedule:
- cron: '0 2 * * *'
workflow_dispatch: