diff --git a/.github/workflows/ci-validate-platforms.yml b/.github/workflows/ci-validate-platforms.yml index 36564eb2230..9aba7b1fdb2 100644 --- a/.github/workflows/ci-validate-platforms.yml +++ b/.github/workflows/ci-validate-platforms.yml @@ -3,11 +3,11 @@ name: Validate Platforms/Browsers on: push: branches: - - master + - archives/fast-element-1 pull_request: branches: - - master + - archives/fast-element-1 schedule: - cron: 0 7 * * 3 diff --git a/.github/workflows/ci-validate-pr.yml b/.github/workflows/ci-validate-pr.yml index 85ec3affb53..5d54e106416 100644 --- a/.github/workflows/ci-validate-pr.yml +++ b/.github/workflows/ci-validate-pr.yml @@ -3,11 +3,11 @@ name: Validate PRs on: push: branches: - - master + - archives/fast-element-1 - releases/* pull_request: branches: - - master + - archives/fast-element-1 - releases/* - features/* diff --git a/.vscode/settings.json b/.vscode/settings.json index 5f598efbde3..3cc264f4a71 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,11 @@ "files.insertFinalNewline": false }, "[markdown]": { - "editor.quickSuggestions": false, + "editor.quickSuggestions": { + "comments": "off", + "strings": "off", + "other": "off" + }, "editor.wordWrap": "off", "editor.wordWrapColumn": 90, "files.insertFinalNewline": false,