First update towards cpl2
Some checks failed
Build on push / prepare (push) Failing after 6s
Build on push / build (push) Has been skipped

This commit is contained in:
2025-09-15 15:02:47 +02:00
parent c1e65bf0dc
commit 2d2bb86720
289 changed files with 259 additions and 9353 deletions

View File

@@ -0,0 +1,14 @@
name: Build on push
run-name: Build on push
on:
push:
branches:
- dev
jobs:
prepare:
uses: ./.gitea/workflows/prepare.yaml
build:
needs: prepare
uses: ./.gitea/workflows/package.yaml