From eb151b74d1e26f07c790018d2797caa05690675c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 12 Oct 2023 11:32:52 +0200 Subject: [PATCH] fix: add master to `update-node-dist` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .github/workflows/update-node-dist.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-node-dist.yml b/.github/workflows/update-node-dist.yml index 2062fec26..be246ce0f 100644 --- a/.github/workflows/update-node-dist.yml +++ b/.github/workflows/update-node-dist.yml @@ -5,8 +5,9 @@ on: push: branches: # implemented since 28, once branched off, add your stable branch here - - main # - stable28 + - main + - master concurrency: group: update-node-dist-${{ github.head_ref || github.ref || github.run_id }}