Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@
"javascript.validate.enable": false,
"files.trimTrailingWhitespace": true,
"editor.insertSpaces": false,
"editor.tabSize": 4
"editor.tabSize": 4,

"git.branchProtection": [
"main",
],
"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
"git.branchRandomName.enable": true
}
5 changes: 3 additions & 2 deletions ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ trigger:
include:
- main

pr: none
pr:
- main

resources:
repositories:
Expand All @@ -31,7 +32,7 @@ extends:
parameters:
npmPackages:
- ${{ each package in parameters.runOnPackages }}:
- name: ${{ package }}
- name: ${{ package }}
ghCreateTag: false
buildSteps:
- script: npm ci
Expand Down