ci: add release workflow
gitlab-cleanup-handler / vulnerabilities (pull_request) Successful in 3m37s
gitlab-cleanup-handler / test (pull_request) Successful in 4m31s
gitlab-cleanup-handler / build (pull_request) Successful in 4m5s

This commit is contained in:
2026-01-09 16:40:16 +01:00
parent ca3f1a3312
commit 4fe8fe95fb
+9
View File
@@ -0,0 +1,9 @@
name: Release
on:
push:
branches: [main]
jobs:
release:
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@main