diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a6c4ced353d..5a7191c8f37 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,7 +23,7 @@ jobs: contents: write # for git push name: Cleanup branch previews runs-on: ubuntu-latest - if: ${{ github.event_name == 'push' }} + if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' steps: - uses: actions/checkout@v3 with: