add workflow_dispatch
This commit is contained in:
committed by
FilippoOlivo
parent
0913f98ab3
commit
39ceeb82c1
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