From b465de55a0e511213d1a7760a74efa102172c85e Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Mon, 12 Dec 2022 11:02:50 +0100 Subject: [PATCH 1/2] fix(ci): :zap: github action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6d2725..6701047 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} message: 'ci(version): :zap: automatic - ${date} updated versions every packages' - branch: 'dev' + branch: 'next-release' ############ UNIT TEST ############ test-unit: From 9ddf144244cd6877e7d26f576387814459f2befb Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Mon, 12 Dec 2022 11:06:25 +0100 Subject: [PATCH 2/2] fix(ci): :zap: github action --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6701047..afd808d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - dev + - next-release jobs: ############ BUILD PACKAGE ############ @@ -38,6 +39,7 @@ jobs: release: name: Release runs-on: ubuntu-latest + if: github.head_ref == 'next-release' needs: - build-package steps: