diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4b081ec..226cb94 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,6 @@ on: jobs: deploy: runs-on: ubuntu-latest - needs: build if: github.ref == 'refs/heads/master' steps: - name: Checkout