add workflow_dispatch
This commit is contained in:
committed by
Nicola Demo
parent
9c7a9a029d
commit
f1da0e8924
3
.github/workflows/export_tutorials.yml
vendored
3
.github/workflows/export_tutorials.yml
vendored
@@ -6,6 +6,9 @@ on:
|
|||||||
- "**" # Run on push on all branches
|
- "**" # Run on push on all branches
|
||||||
paths:
|
paths:
|
||||||
- 'tutorials/**/*.ipynb'
|
- 'tutorials/**/*.ipynb'
|
||||||
|
workflow_dispatch:
|
||||||
|
branches:
|
||||||
|
- "**" # Run on push on all branches
|
||||||
jobs:
|
jobs:
|
||||||
export_tutorials:
|
export_tutorials:
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
|
|||||||
Reference in New Issue
Block a user