diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de76498..e0963a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - main + tags: + - '**' pull_request: branches: - '**' @@ -42,4 +44,3 @@ jobs: - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - \ No newline at end of file