1 parent 5629a9f commit 403ffe3Copy full SHA for 403ffe3
2 files changed
.github/workflows/go-build-release.yml
@@ -1,6 +1,7 @@
1
name: go-build-release
2
3
on:
4
+ workflow_dispatch:
5
push:
6
tags:
7
- 'v*' # 匹配 v 开头的标签,如 v1.0.0
.github/workflows/gp-pages-release.yml
0 commit comments