瀏覽代碼

ci: use feat/db branch to publish pages

Andelf 2 年之前
父節點
當前提交
5aa46289a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/deploy-db-pages.yml

+ 1 - 1
.github/workflows/deploy-db-pages.yml

@@ -2,7 +2,7 @@ name: Deploy DB Version to Cloud
 
 on:
   push:
-    branches: ["feat/db-pages"]
+    branches: ["feat/db"]
 
 env:
   CLOJURE_VERSION: "1.10.1.763"