Exclude node registry functions from desktop frontend builds (#3584)

* Exclude node registry functions from desktop frontend builds

This reduces compile times and file sizes

* Use early return

* Fix branch name in build-linux pipeline
This commit is contained in:
Dennis Kobert
2026-01-06 13:34:15 +01:00
committed by GitHub
parent 02e3293e72
commit e88db022af
5 changed files with 25 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch: {}
push:
branches:
- main
- master
jobs:
build: