From a94bd4f71164a05a6d6e98a3a72bc54eca392d79 Mon Sep 17 00:00:00 2001 From: Walid <87608619+Walidoux@users.noreply.github.com> Date: Sat, 13 Aug 2022 20:08:08 +0100 Subject: [PATCH] refactor(workflow): reconfigure ci.yml (#44) * fix: resolve unrecognizable ci job * refactor(workflow): reconfigure ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d29a7d8..1503bd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,7 @@ on: jobs: build-release: runs-on: ubuntu-latest - if: ${{ github.ref == 'refs/heads/master' }} - needs: [quality] + steps: - name: Checkout code uses: actions/checkout@v3.0.0