diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 27533ab77bf..4c3a77ec1e3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -4,7 +4,13 @@ name: Node CI -on: [push, pull_request] +on: + push: + branches: + - current + - next + - 'v*' + pull_request: jobs: build: