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