From 3076fb37e96a3f3bb110c5a7d2427f9a54e5abda Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Tue, 7 Feb 2023 14:44:19 +0000 Subject: [PATCH] run CI on 4.x & 5.x branches --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4b3788c1..2f63b92d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,9 +5,9 @@ name: Node.js CI on: push: - branches: [ main ] + branches: [ main, 4.x.x, 5.x.x ] pull_request: - branches: [ main ] + branches: [ main, 4.x.x, 5.x.x ] jobs: build: