diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f875408d..3b624805 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: main - tags: "v*" + tags: v* pull_request: branches: "*" @@ -28,4 +28,4 @@ jobs: if: ${{ startsWith(github.ref, 'refs/tags/v') }} run: yarn publish --access public env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}