Nightly rebuilds

This commit is contained in:
Frikky
2025-02-27 15:23:53 +01:00
committed by GitHub
parent 984d89bf91
commit d989dcf0fe
+5 -5
View File
@@ -4,7 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- main - nightly
paths: paths:
- "**" - "**"
- "!.github/**" - "!.github/**"
@@ -20,19 +20,19 @@ jobs:
include: include:
- app: frontend - app: frontend
path: frontend path: frontend
version: 2.0.0 version: nightly
experimental: true experimental: true
- app: backend - app: backend
path: backend path: backend
version: 2.0.0 version: nightly
experimental: true experimental: true
- app: orborus - app: orborus
path: functions/onprem/orborus path: functions/onprem/orborus
version: 2.0.0 version: nightly
experimental: true experimental: true
- app: worker - app: worker
path: functions/onprem/worker path: functions/onprem/worker
version: 2.0.0 version: nightly
experimental: true experimental: true
steps: steps:
- name: Checkout - name: Checkout