Browse Source

chore: Run docs search indexing on master branch

The "docs" branch is no longer used, so the index was not getting
updated.
Michael Bromley 1 year ago
parent
commit
1f8a177255
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/docsearch.yml

+ 1 - 1
.github/workflows/docsearch.yml

@@ -3,7 +3,7 @@ name: Index docs to Typesense
 on:
 on:
   push:
   push:
     branches:
     branches:
-      - docs
+      - master
 
 
 jobs:
 jobs:
   index_docs:
   index_docs: