diff --git a/.github/workflows/autopublish.yml b/.github/workflows/autopublish.yml index 3630aa8..ab90b2d 100644 --- a/.github/workflows/autopublish.yml +++ b/.github/workflows/autopublish.yml @@ -1,9 +1,23 @@ name: Node.js Package on: - push: - branches: - - main + pull_request: + types: + - labeled + - unlabeled + - synchronize + - opened + - edited + - ready_for_review + - reopened + - unlocked + pull_request_review: + types: + - submitted + check_suite: + types: + - completed + status: {} jobs: publish-npm: