From 93c466ab04ce3cc971eaebb3e1f3d568c1a25473 Mon Sep 17 00:00:00 2001 From: marloelilongley Date: Thu, 26 Oct 2023 17:56:29 -0400 Subject: [PATCH] Run CI tests when making PRs against the mui5 branch --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 311f5aa35a..51c6ea798c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -7,7 +7,7 @@ on: push: branches: [ master ] pull_request: - branches: [ master ] + branches: [ master, mui5 ] jobs: build: