diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 75aefa8e5..0b4206a15 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,7 +2,7 @@ name: docs on: push: branches: - - st4000-exploration + - main paths: - ".github/workflows/docs.yml" - "docs/**" @@ -18,4 +18,3 @@ jobs: - run: | cd docs mkdocs gh-deploy --force - diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ddb957c1..44666f5d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,11 +4,11 @@ on: push: branches: - master - - st4000-exploration + - main pull_request: branches: - master - - st4000-exploration + - main env: CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}} diff --git a/.release.json b/.release.json index 499065585..368f48f4d 100644 --- a/.release.json +++ b/.release.json @@ -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" diff --git a/README.md b/README.md index 3b07e1bb9..308494916 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 63c23a24d..fde4481af 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -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: