Browse Source

ci: use feat/db branch to publish pages

Andelf 2 năm trước cách đây
mục cha
commit
5aa46289a4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"