Skip to content

Commit

Permalink
Switch to using 'main' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed May 21, 2021
1 parent 01a2c4b commit af0d1ce
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: docs
on:
push:
branches:
- st4000-exploration
- main
paths:
- ".github/workflows/docs.yml"
- "docs/**"
Expand All @@ -18,4 +18,3 @@ jobs:
- run: |
cd docs
mkdocs gh-deploy --force
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- master
- st4000-exploration
- main
pull_request:
branches:
- master
- st4000-exploration
- main

env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .release.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"push_branch": "st4000-exploration",
"push_branch": "main",
"publish_repo": "sublimelsp/LSP",
"publish_version_prefix": "4070",
"python_version_path": "plugin/core/version.py"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
: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).
: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).

# LSP

Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: LSP for Sublime Text
site_url: https://sublimelsp.github.io/LSP/
repo_url: https://github.com/sublimelsp/LSP/
edit_uri: edit/st4000-exploration/docs/src/
edit_uri: edit/main/docs/src/
docs_dir: 'src'

theme:
Expand Down

0 comments on commit af0d1ce

Please sign in to comment.