We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b841d94 commit 26df0daCopy full SHA for 26df0da
.github/workflows/build-release.yml
@@ -2,6 +2,8 @@ name: Build and Release TrollScript
2
3
on:
4
workflow_dispatch: # 手动触发
5
+ repository_dispatch:
6
+ types: [build_release]
7
8
jobs:
9
build:
0 commit comments