Skip to content

Commit 2800b6e

Browse files
committed
fixed workflow
1 parent 20ab1c5 commit 2800b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/notebooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches: [main]
66
paths:
7-
- ./**/*.ipynb
7+
- **.ipynb
88
pull_request:
99
branches: [main]
1010
paths:
11-
- ./**/*.ipynb
11+
- **.ipynb
1212

1313
permissions:
1414
contents: write

0 commit comments

Comments
 (0)