Skip to content

Commit 7e80e2c

Browse files
committed
refactor build
1 parent 5cf85e9 commit 7e80e2c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
name: Go Build & Release
1+
name: Go Release
22

33
on:
4-
workflow_dispatch:
5-
pull_request:
64
push:
7-
branches:
8-
- main
9-
tags-ignore:
5+
tags:
106
- "*"
117

128
permissions:

0 commit comments

Comments
 (0)