From 98f46283fce8a15eaf6ef22316970fe7bc38c4e0 Mon Sep 17 00:00:00 2001 From: Jason Karlavige Date: Wed, 1 Nov 2023 13:16:27 -0400 Subject: [PATCH] run on push to branch --- .github/workflows/crawler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: