From 79adb60c720ee9d32c34fc8fb52dcc26c4258c06 Mon Sep 17 00:00:00 2001 From: rishabhkeshan Date: Wed, 11 Dec 2024 02:01:59 +0530 Subject: [PATCH] feat: updated docs scrapper to run on every successful deployment --- .github/workflows/docs-scrapper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-scrapper.yml b/.github/workflows/docs-scrapper.yml index c800f85a7..f0874464b 100644 --- a/.github/workflows/docs-scrapper.yml +++ b/.github/workflows/docs-scrapper.yml @@ -10,7 +10,7 @@ jobs: update-docsearch: name: Update DocSearch runs-on: ubuntu-latest - if: github.event_name == 'workflow_dispatch' || (github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success' && github.ref == 'refs/heads/master') + if: github.event_name == 'workflow_dispatch' || (github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success') steps: - name: Checkout uses: actions/checkout@v3