Skip to content

Commit 5dfce8a

Browse files
authored
Fixed workflow
1 parent 8800f8f commit 5dfce8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
filters: |
5555
addedOrModified:
56-
- added|deleted: './**/*.ipynb'
56+
- added|deleted: '**.ipynb'
5757
# Create readme if the above job shows true using rye run create-readme
5858
create:
5959
needs: changes

0 commit comments

Comments
 (0)