Skip to content

Commit 3066818

Browse files
authored
Merge pull request #7 from Labelbox/gu/prompt_response_notebook
Added modifications to prompt response annotation import notebook
2 parents f48c412 + d8e1c2f commit 3066818

File tree

4 files changed

+403
-72
lines changed

4 files changed

+403
-72
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)