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