We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b88a6 commit eb78831Copy full SHA for eb78831
.github/workflows/export_tutorials.yml
@@ -6,6 +6,9 @@ on:
6
- "**" # Run on push on all branches
7
paths:
8
- 'tutorials/**/*.ipynb'
9
+ workflow_dispatch:
10
+ branches:
11
+ - "**" # Run on push on all branches
12
jobs:
13
export_tutorials:
14
permissions: write-all
0 commit comments