Skip to content

Commit 63583cb

Browse files
authored
Add workflow_dispatch trigger to mingw.yml
1 parent 30df0c0 commit 63583cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mingw.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
- 'AUTHORS'
2020
- 'NEWS'
2121
- 'ChangeLog'
22+
workflow_dispatch:
2223

2324
env:
2425
WDK_URL: https://go.microsoft.com/fwlink/p/?LinkID=253170
@@ -97,4 +98,4 @@ jobs:
9798
if: ${{ github.event_name == 'push' }}
9899
with:
99100
name: MinGW
100-
delete-merged: true
101+
delete-merged: true

0 commit comments

Comments
 (0)