From b5c93fe05774ff4c0d47801b8a48aa30c545b65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-=C3=89tienne=20Lord?= <7397743+pelord@users.noreply.github.com> Date: Fri, 10 Dec 2021 08:47:40 -0500 Subject: [PATCH] chore(gitbuhaction): less action triggered for next branch. (#961) --- .github/workflows/complete.js.yml | 3 ++- .github/workflows/onPush-ci.js.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/complete.js.yml b/.github/workflows/complete.js.yml index 6e834c74d1..8078821164 100644 --- a/.github/workflows/complete.js.yml +++ b/.github/workflows/complete.js.yml @@ -8,6 +8,7 @@ on: push: branches: - master + - next pull_request: branches: - master @@ -20,7 +21,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x] + node-version: [14.x] steps: - name: The branch or tag ref that triggered the workflow run. diff --git a/.github/workflows/onPush-ci.js.yml b/.github/workflows/onPush-ci.js.yml index a0f431385e..2d7981a760 100644 --- a/.github/workflows/onPush-ci.js.yml +++ b/.github/workflows/onPush-ci.js.yml @@ -9,6 +9,7 @@ on: push: branches-ignore: - master + - next jobs: build: runs-on: ubuntu-latest