From 68e22bffdca46cd0ae0f8197d74d2b3e0ce0ba18 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Wed, 8 Mar 2023 11:21:08 +0100 Subject: [PATCH] ci(nodejs): run workflow on next branch Refs #8403 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]