diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e51a217..d17f4c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,14 +1,16 @@ name: npm publish on: - push: - tags: - - "v*" + # push: + # tags: + # - "v*" + watch: + types: started jobs: publish: + if: github.event.repository.owner.id == github.event.sender.id runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - name: Use Node.js