Skip to content

Commit 54dfc6a

Browse files
authored
Enable manual trigger for bottle workflow
Add workflow_dispatch event to allow manual trigger with input.
1 parent a3ec5b3 commit 54dfc6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/bottle.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ on:
88
branches: [ main ]
99
paths:
1010
- 'Formula/*.rb'
11+
workflow_dispatch:
12+
inputs:
13+
formula:
14+
description: 'Formula to test (default: mfc)'
15+
required: false
16+
default: 'mfc'
1117

1218
permissions:
1319
contents: write

0 commit comments

Comments
 (0)