Skip to content

Commit 0a1f561

Browse files
committed
Update to the new main default branch
1 parent 68bb703 commit 0a1f561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Tests
22
on:
33
push:
4-
branches: ["master"]
4+
branches: ["main"]
55
pull_request:
66
branches: ["*"]
77
jobs:

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
html_context = {
7676
"github_user": "jupyterlab", # Username
7777
"github_repo": "jupyterlab_server", # Repo name
78-
"github_version": "master", # Version
78+
"github_version": "main", # Version
7979
"doc_path": "/docs/source/", # Path in the checkout to the docs root
8080
}
8181

0 commit comments

Comments
 (0)