Update Nightly Pipeline to run less often, to not put to much stress on Servers

This commit is contained in:
2026-07-07 17:08:13 +02:00
parent 49524146e8
commit 62999cfed8
+6 -2
View File
@@ -4,8 +4,12 @@ on:
push: push:
branches: branches:
- main - main
schedule: paths:
- cron: "20 2 * * *" - "src/**"
- "pom.xml"
- "mvnw"
- "mvnw.cmd"
- ".github/workflows/nightly-artifacts.yml"
workflow_dispatch: workflow_dispatch:
env: env: