1 parent 3739877 commit 8833a62Copy full SHA for 8833a62
1 file changed
.github/workflows/go-build-release.yml
@@ -1,9 +1,10 @@
1
name: Go build
2
3
on:
4
- repository_dispatch:
5
- types: RELEASE
6
- workflow_dispatch:
+ push:
+ tags:
+ - 'v*' # 匹配 v 开头的标签,如 v1.0.0
7
+
8
jobs:
9
build:
10
runs-on: ubuntu-latest
0 commit comments