Skip to content

Commit 2600c99

Browse files
committed
made adjustment
1 parent d76bcd9 commit 2600c99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/notebooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Labelbox Example Notebook Workflow
22

33
on:
44
push:
5-
branches: [develop]
5+
branches: [main]
66
pull_request:
7-
branches: [develop]
7+
branches: [main]
88

99
permissions:
1010
contents: write

.github/workflows/rdme-custompages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ReadMe GitHub Action 🦉
22

33
on:
44
pull_request:
5-
branches: [develop]
5+
branches: [main]
66
types:
77
- closed
88
paths:

0 commit comments

Comments
 (0)