Skip to content

Commit af0d1ce

Browse files
committed
Switch to using 'main' branch
1 parent 01a2c4b commit af0d1ce

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: docs
22
on:
33
push:
44
branches:
5-
- st4000-exploration
5+
- main
66
paths:
77
- ".github/workflows/docs.yml"
88
- "docs/**"
@@ -18,4 +18,3 @@ jobs:
1818
- run: |
1919
cd docs
2020
mkdocs gh-deploy --force
21-

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- master
7-
- st4000-exploration
7+
- main
88
pull_request:
99
branches:
1010
- master
11-
- st4000-exploration
11+
- main
1212

1313
env:
1414
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

.release.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"push_branch": "st4000-exploration",
2+
"push_branch": "main",
33
"publish_repo": "sublimelsp/LSP",
44
"publish_version_prefix": "4070",
55
"python_version_path": "plugin/core/version.py"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:information_source: You are reading the README of the `st4000-exploration` branch. This branch targets ST4. If you are looking for the ST3 version, switch to the [master branch](https://github.com/sublimelsp/LSP/tree/master).
1+
:information_source: You are reading the README of the `main` branch. This branch targets ST4. If you are looking for the ST3 version, switch to the [master branch](https://github.com/sublimelsp/LSP/tree/master).
22

33
# LSP
44

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: LSP for Sublime Text
22
site_url: https://sublimelsp.github.io/LSP/
33
repo_url: https://github.com/sublimelsp/LSP/
4-
edit_uri: edit/st4000-exploration/docs/src/
4+
edit_uri: edit/main/docs/src/
55
docs_dir: 'src'
66

77
theme:

0 commit comments

Comments
 (0)