Procházet zdrojové kódy

chore: Run docs search indexing on master branch

The "docs" branch is no longer used, so the index was not getting
updated.
Michael Bromley před 1 rokem
rodič
revize
1f8a177255
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: