trigger workflow tutorials

This commit is contained in:
Dario Coscia
2025-03-15 21:03:00 +01:00
committed by FilippoOlivo
parent 39ceeb82c1
commit fa402b3565
14 changed files with 25 additions and 28 deletions

View File

@@ -6,9 +6,6 @@ on:
- "**" # Run on push on all branches
paths:
- 'tutorials/**/*.ipynb'
workflow_dispatch:
branches:
- "**" # Run on push on all branches
jobs:
export_tutorials:
permissions: write-all