This commit is contained in:
Tomas Dvorak
2026-03-18 12:22:46 +01:00
parent f3cc6ff1f3
commit 6ff864cb9e
4 changed files with 6 additions and 251 deletions
+3 -9
View File
@@ -14,8 +14,8 @@ This repository uses a unified CI/CD system that builds all components from the
### 1. Unified Build (`unified-build.yml`)
This is the main workflow that builds all components. It runs on:
- Push to main/master/develop branches
- Pull requests to main/master/develop
- Push to any branch
- Pull requests from any branch
- Tags (for releases)
- Manual dispatch
@@ -46,13 +46,7 @@ Lightweight testing workflow for development. Runs on:
- Tests individual components without full builds
- Runs linting, unit tests, and basic build checks
### 3. Backend and Docker Build (`build-and-deploy.yml`)
Simplified backup workflow focused only on:
- Backend Python package building
- Docker image creation
### 4. Desktop CI (`desktop-ci.yml`)
### 3. Desktop CI (`desktop-ci.yml`)
Legacy desktop-specific workflow (kept for compatibility).