@@ -2,7 +2,7 @@ name: CI
on:
push:
- branches: [master]
+ branches: [master, "feat/db"]
paths-ignore:
- '*.md'
pull_request:
@@ -3,7 +3,7 @@ name: logseq/db CI
# Path filters ensure jobs only kick off if a change is made to db
paths:
- 'deps/db/**'
- '.github/workflows/db.yml'
@@ -4,7 +4,7 @@ on:
# Path filters ensure jobs only kick off if a change is made to graph-parser or
# its local dependencies
- 'deps/graph-parser/**'
# db is a local dep that could break functionality in this lib and should trigger this
@@ -3,7 +3,7 @@ name: logseq/common CI
# Path filters ensure jobs only kick off if a change is made to common
- 'deps/common/**'
- '.github/workflows/logseq-common.yml'
# Path filters ensure jobs only kick off if a change is made to outliner or
- 'deps/outliner/**'
# Path filters ensure jobs only kick off if a change is made to publishing or
- 'deps/publishing/**'