Skip to content

Commit 759c713

Browse files
authored
Add workflow_dispatch trigger to build.yaml
1 parent 431a75f commit 759c713

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- '.extension-museum/**' # 只要 .extension-museum 下有变化就触发
77
tags:
88
- '*' # 打 tag 时也触发
9+
workflow_dispatch:
910

1011
jobs:
1112
docker:

0 commit comments

Comments
 (0)