Merge branch 'main' into nightly

This commit is contained in:
Frikky
2025-02-26 16:09:16 +01:00
committed by GitHub
13 changed files with 47 additions and 115 deletions
+5 -5
View File
@@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- nightly
- main
paths:
- "**"
- "!.github/**"
@@ -20,19 +20,19 @@ jobs:
include:
- app: frontend
path: frontend
version: nightly
version: 2.0.0
experimental: true
- app: backend
path: backend
version: nightly
version: 2.0.0
experimental: true
- app: orborus
path: functions/onprem/orborus
version: nightly
version: 2.0.0
experimental: true
- app: worker
path: functions/onprem/worker
version: nightly
version: 2.0.0
experimental: true
steps:
- name: Checkout
+1 -3
View File
@@ -3,6 +3,7 @@ on:
release:
types: [published]
branches:
- main
- nightly
jobs:
@@ -19,9 +20,6 @@ jobs:
- app: backend
path: backend
experimental: true
- app: app_sdk
path: backend/app_sdk
experimental: true
- app: orborus
path: functions/onprem/orborus
experimental: true