Skip to content

Commit eb78831

Browse files
committed
add workflow_dispatch
1 parent 93b88a6 commit eb78831

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/export_tutorials.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- "**" # Run on push on all branches
77
paths:
88
- 'tutorials/**/*.ipynb'
9+
workflow_dispatch:
10+
branches:
11+
- "**" # Run on push on all branches
912
jobs:
1013
export_tutorials:
1114
permissions: write-all

0 commit comments

Comments
 (0)