From c6a41b92112707f1bca6f282b47843142ac12ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 24 Nov 2023 13:53:38 +0100 Subject: [PATCH] ci: Enable node build on 28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/update-node-dist.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update-node-dist.yml b/.github/workflows/update-node-dist.yml index 651a91b3737..184326cdf02 100644 --- a/.github/workflows/update-node-dist.yml +++ b/.github/workflows/update-node-dist.yml @@ -4,9 +4,8 @@ on: workflow_dispatch: push: branches: - # implemented since 28, once branched off, add your stable branch here - main - # - stable28 + - stable28 concurrency: group: update-node-dist-${{ github.head_ref || github.ref || github.run_id }}