Remove schedule from main, add schedule to dev

This commit is contained in:
Ingo Oppermann
2024-02-26 10:13:23 +01:00
parent 72c31af0d4
commit 6a62248b12
2 changed files with 2 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ name: "Build dev base"
on:
workflow_dispatch:
workflow_call:
schedule:
- cron: "7 4 * * *"
push:
branches:
- dev

View File

@@ -3,8 +3,6 @@ name: "Build main bundles"
on:
workflow_dispatch:
workflow_call:
schedule:
- cron: "7 5 * * *"
push:
branches-ignore:
- "**"