Browse Source

chore: update clj e2e to apply on feat/db

Tienson Qin 6 months ago
parent
commit
2761b57850
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/clj-e2e.yml

+ 2 - 2
.github/workflows/clj-e2e.yml

@@ -2,11 +2,11 @@ name: Clojure E2E
 
 on:
   push:
-    branches: [test/db-e2e]
+    branches: ["feat/db"]
     paths:
       - 'clj-e2e/**'
   pull_request:
-    branches: [test/db-e2e]
+    branches: ["feat/db"]
     paths:
       - 'clj-e2e/**'