Skip to content

Commit a438bc2

Browse files
committed
ci: build event content
Signed-off-by: Charles Chin <eallion.s+github@gmail.com>
1 parent 704de42 commit a438bc2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ on:
77
# schedule:
88
# - cron: '0 0 1 * *'
99
workflow_dispatch:
10+
inputs:
11+
build_content:
12+
description: "选择构建范围:"
13+
required: true
14+
default: 'build-favorite'
15+
type: choice
16+
options:
17+
- 'build-favorite'
1018
repository_dispatch:
1119
types: [build-favorite]
1220

0 commit comments

Comments
 (0)