diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c117fe..bfabaa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: workflow_call: push: - branches: [master, develop] + branches: [develop] pull_request: branches: [master, develop] diff --git a/package.json b/package.json index d186435..e724963 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,8 @@ "LICENSE" ], "publishConfig": { - "access": "public" + "access": "public", + "provenance": true }, "sideEffects": [ "dist/iife/*",