From 994ae0379982010a585863623fcb381a487958d1 Mon Sep 17 00:00:00 2001 From: The3D Date: Mon, 31 May 2021 18:12:56 +0200 Subject: [PATCH 1/2] feat: added protocol-2.5 to the CI pipeline job targets --- .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 68a54d05..41ed8594 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -2,9 +2,9 @@ name: Build on: push: - branches: [master] + branches: [master,protocol-2.5] pull_request: - branches: [master] + branches: [*] jobs: build: From 1fc8044b4e590d660e5193974b0e78ad433dec39 Mon Sep 17 00:00:00 2001 From: The3D Date: Mon, 31 May 2021 18:15:39 +0200 Subject: [PATCH 2/2] fix: adjusted target for branches --- .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 41ed8594..79628d82 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -4,7 +4,7 @@ on: push: branches: [master,protocol-2.5] pull_request: - branches: [*] + branches: [master,protocol-2.5] jobs: build: