diff --git a/.github/workflows/publish-web.yml b/.github/workflows/publish-web.yml index 92fa98d..5117dd5 100644 --- a/.github/workflows/publish-web.yml +++ b/.github/workflows/publish-web.yml @@ -73,7 +73,6 @@ jobs: name: Deploy needs: build runs-on: ubuntu-latest - if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' || github.event.workflow_run.conclusion == 'success' }} steps: - name: Download artifacts