From 9ddf144244cd6877e7d26f576387814459f2befb Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Mon, 12 Dec 2022 11:06:25 +0100 Subject: [PATCH] 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: