diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index 6c5403aa62e..f76ad871771 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -44,7 +44,7 @@ jobs: retention-days: 1 deploy: - if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged) }} + if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged) }} needs: build runs-on: ubuntu-latest