Skip to content

Commit

Permalink
update branch policies and pipelines for pull requests on archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Holt committed Mar 6, 2024
1 parent 8a2bf65 commit c5f641e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-validate-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand Down
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c5f641e

Please sign in to comment.