Only allow publish from master

This commit is contained in:
Brian Carlson 2025-04-23 13:46:01 -05:00
parent 6ab0c4608c
commit 36fd0a61db

View File

@ -1,12 +1,12 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"ignoreChanges": [
"**/*.md",
"**/test/**"
]
"command": {
"version": {
"allowBranch": "master"
}
},
"ignoreChanges": ["**/*.md", "**/test/**"]
}