Przeglądaj źródła

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 rok temu
rodzic
commit
1f8a177255
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/docsearch.yml

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

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