diff --git a/.github/workflows/crawler.yml b/.github/workflows/crawler.yml index 7804a49f35e..d49bedfa632 100644 --- a/.github/workflows/crawler.yml +++ b/.github/workflows/crawler.yml @@ -1,11 +1,11 @@ name: Algolia Crawler on: push: - branches: [ current ] + branches: [ current, automate-crawler ] # Only used for testing within PR, delete before merge - pull_request: - types: ['opened', 'edited', 'reopened', 'synchronize'] + # pull_request: + # types: ['opened', 'edited', 'reopened', 'synchronize'] jobs: algolia_recrawl: