ci: nightly Build nur bei Code-Änderungen oder Cron (nicht bei Docs/Templates)
This commit is contained in:
@@ -4,6 +4,12 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- nightly
|
||||
paths:
|
||||
- '**.py'
|
||||
- 'Dockerfile'
|
||||
- 'requirements.txt'
|
||||
- 'web/**'
|
||||
- 'data/**'
|
||||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user