瀏覽代碼

disable workflow

mitm001 5 年之前
父節點
當前提交
7740ad6b11
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      .github/workflows/algolia-search.yml

+ 6 - 3
.github/workflows/algolia-search.yml

@@ -17,11 +17,14 @@
 name: Algolia Search
 
 on:
-  schedule:
-    - cron:  '0 3 * * 0'
 
-#  push:
+#  schedule:
+#    - cron:  '0 3 * * 0'
+
+  push:
 #    branches: [ master ]
+    branches-ignore:
+      - '**'
   pull_request:
 
 jobs: