From 0bfef443c5fb437479185bdc930dcd7abdb9306b Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 21 Dec 2023 22:32:24 +0100 Subject: [PATCH] Enable Node CI for v2.0v2.0 branch (#2123) Run tests for v2.0v2.0 branch too --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea1e8220..ad003516 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Node CI on: push: - branches: [ master, dev, htmx-2.0 ] + branches: [ master, dev, htmx-2.0, v2.0v2.0 ] pull_request: - branches: [ master, dev, htmx-2.0 ] + branches: [ master, dev, htmx-2.0, v2.0v2.0 ] jobs: test_suite: