Skip to content

Commit 8fd5dbc

Browse files
committed
chore: Update build-linux-amd64 workflow to manual trigger
1 parent 71b479d commit 8fd5dbc

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/build-linux-amd64-manual.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
build-linux-amd64:
1+
name: build-linux-amd64-manual
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
build-linux-amd64:
28
environment: release
39
runs-on: linux
410
env:
@@ -27,6 +33,3 @@ build-linux-amd64:
2733
path: |
2834
dist/*linux*
2935
!dist/*-cov
30-
# 添加 workflow_dispatch 触发器
31-
on:
32-
workflow_dispatch:

0 commit comments

Comments
 (0)