Skip to content

Commit 4e08c14

Browse files
Update sphinx-dev.yml to enable manual run
1 parent 4e16795 commit 4e08c14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/sphinx-dev.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
push:
55
branches:
66
- "develop"
7+
workflow_dispatch:
8+
inputs:
9+
reason:
10+
description: 'Reason for manual trigger'
11+
required: false
12+
default: 'Manual build requested'
713

814
permissions:
915
contents: write

0 commit comments

Comments
 (0)