From 68a421754fb06f74248664df46517ff30478a6ae Mon Sep 17 00:00:00 2001 From: Walidoux Date: Sat, 13 Aug 2022 20:06:41 +0100 Subject: [PATCH] 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