mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 22:54:48 +00:00
fix(dev): catch CI failures before they land on feat/db
feat/db is our stable branch for the db version and should remain green. There were CI failures on #11492 but we didn't know until it was merged. Just run CI on PRs to prevent this in the future
This commit is contained in:
2
.github/workflows/graph-parser.yml
vendored
2
.github/workflows/graph-parser.yml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
- '.github/workflows/graph-parser.yml'
|
||||
- '!deps/graph-parser/**.md'
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [master, "feat/db"]
|
||||
paths:
|
||||
- 'deps/graph-parser/**'
|
||||
- 'deps/db/**'
|
||||
|
||||
Reference in New Issue
Block a user