diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 76bdbf8cd81..7460c34aa5f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -5,7 +5,7 @@ name: Node.js CI on: push: - branches: [ master ] + branches: [ master, next ] pull_request: branches: [ master, next ]