Skip to content

Commit 30a8f6e

Browse files
committed
Disable tag-based trigger for release workflow
1 parent 29767d8 commit 30a8f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Release Go Binaries
33
# Trigger workflow only when a tag is pushed that matches the pattern v*
44
on:
55
push:
6-
tags:
7-
- 'v*'
6+
# tags:
7+
# - 'v*'
88

99
permissions:
1010
contents: write # Required for creating releases

0 commit comments

Comments
 (0)