aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1a65995b..335bec2d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,7 +1,6 @@
name: Build release binaries
on:
- workflow_dispatch:
push:
tags:
- "v*"
@@ -13,7 +12,6 @@ concurrency:
jobs:
build-release:
runs-on: "ubuntu-latest"
-
steps:
- name: Set up Go
uses: actions/setup-go@v5