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
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:
parent
4153035eae
commit
c9e79be3b8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue