Skip to content

Commit 62d4dec

Browse files
authored
Merge pull request #4 from Labelbox/test
Changed links
2 parents 4bf75bd + 04e1183 commit 62d4dec

File tree

3 files changed

+206
-172
lines changed

3 files changed

+206
-172
lines changed

.github/workflows/notebooks.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
name: Labelbox Example Notebook Workflow
1+
name: Labelbox Notebook Workflow
22

33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- ./**/*.ipynb
68
pull_request:
79
branches: [main]
10+
paths:
11+
- ./**/*.ipynb
812

913
permissions:
1014
contents: write

0 commit comments

Comments
 (0)