Skip to content

Commit 4ee8864

Browse files
author
Mikachu2333
authored
Update Windows build workflow triggers
Removed push trigger for 'gh-build' branch and added workflow_dispatch event.
1 parent b32ecc8 commit 4ee8864

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-on-Windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212
name: 构建于 Windows
1313
on:
14-
push:
15-
branches: [ "gh-build" ]
14+
workflow_dispatch:
1615

1716
jobs:
1817
build-and-upload:

0 commit comments

Comments
 (0)