Browse Source

ci: use feat/db branch to publish pages

Andelf 2 years ago
parent
commit
5aa46289a4
1 changed files with 1 additions and 1 deletions
  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"