fix: pipeline_fixes #18

Merged
marcel.henselin merged 7 commits from fix/pipeline_fixes into alpha 2026-01-30 12:48:21 +00:00
Showing only changes of commit 32db4a66b3 - Show all commits

View file

@ -4,9 +4,9 @@ name: Release
# This GitHub action creates a release when a tag that matches the pattern
# "v*" (e.g. v0.1.0) is created.
on:
push:
tags:
- "v*"
# push:
# tags:
# - "v*"
workflow_dispatch:
# Releases need permissions to read and write the repository contents.