Sfoglia il codice sorgente

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 anno fa
parent
commit
1f8a177255
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: