fix: deactivate release pipeline #17

Merged
marcel.henselin merged 1 commit from fix/deactivate_release_pipeline into alpha 2026-01-30 11:08:36 +00:00

View file

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