fix: deactivate release pipeline
Some checks failed
CI Workflow / CI (pull_request) Failing after 26s
CI Workflow / Check GoReleaser config (pull_request) Successful in 12s
Publish / Check GoReleaser config (pull_request) Has been skipped
CI Workflow / Code coverage report (pull_request) Has been skipped
Publish / Publish provider (pull_request) Has been skipped

This commit is contained in:
Marcel_Henselin 2026-01-30 12:08:09 +01:00
parent 4153035eae
commit c9e79be3b8

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.