mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
chore: update clj e2e to apply on feat/db
This commit is contained in:
4
.github/workflows/clj-e2e.yml
vendored
4
.github/workflows/clj-e2e.yml
vendored
@@ -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/**'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user