chore: update clj e2e to apply on feat/db

This commit is contained in:
Tienson Qin
2025-04-24 00:55:26 +08:00
parent 5f8f5b037c
commit 2761b57850

View File

@@ -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/**'