From 34f179a8ebcf283c304598953de002bc73c1c019 Mon Sep 17 00:00:00 2001 From: Vu Nguyen Date: Mon, 1 Mar 2021 23:17:46 -0800 Subject: [PATCH] add next branch for ci (#121) (#122) --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: