diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 50a7c90..94ad457 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -4,8 +4,9 @@ name: Node.js CI on: - - push - - pull_request + push: + branches: [main] + pull_request: jobs: test: