diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 319ce810..12699f3f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -5,9 +5,9 @@ name: test on: push: - branches: [master] + branches: [master, next] pull_request: - branches: [master] + branches: [master, next] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: