diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 17e1c6b..1ae27e7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,6 +3,9 @@ on: push: branches: - main + pull_request: + branches: + - main jobs: release: diff --git a/package.json b/package.json index a06b377..eaf29ad 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,8 @@ }, "homepage": "https://github.com/10play/10Tap-Editor#readme", "publishConfig": { - "registry": "https://registry.npmjs.org/" + "registry": "https://registry.npmjs.org/", + "access": "public" }, "devDependencies": { "@commitlint/config-conventional": "^17.0.2",