We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f764a5 commit 3a677deCopy full SHA for 3a677de
.github/workflows/release_build.yaml
@@ -2,7 +2,8 @@ name: release-build
2
3
on:
4
release:
5
- types: [published] # 当 release 发布时触发,而不是创建时
+ types: [published]
6
+ branches: [main]
7
workflow_dispatch:
8
inputs:
9
version:
0 commit comments