Skip to content

Commit c80ef7d

Browse files
committed
Add workflow dispatch
1 parent 4801bbb commit c80ef7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build
22
on:
3+
workflow_dispatch:
34
pull_request:
45
push:
56
branches:
@@ -44,4 +45,4 @@ jobs:
4445
- name: Test Windows
4546
if: matrix.os == 'windows-latest'
4647
shell: cmd
47-
run: .\test.cmd
48+
run: .\test.cmd

0 commit comments

Comments
 (0)