mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +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/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [master, "feat/db"]
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
|
||||
|
||||
2
.github/workflows/db.yml
vendored
2
.github/workflows/db.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
- '.github/workflows/db.yml'
|
||||
- '!deps/db/**.md'
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [master, "feat/db"]
|
||||
paths:
|
||||
- 'deps/db/**'
|
||||
- '.github/workflows/db.yml'
|
||||
|
||||
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/**'
|
||||
|
||||
2
.github/workflows/logseq-common.yml
vendored
2
.github/workflows/logseq-common.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
- '.github/workflows/logseq-common.yml'
|
||||
- '!deps/common/**.md'
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [master, "feat/db"]
|
||||
paths:
|
||||
- 'deps/common/**'
|
||||
- '.github/workflows/logseq-common.yml'
|
||||
|
||||
2
.github/workflows/outliner.yml
vendored
2
.github/workflows/outliner.yml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
- '.github/workflows/outliner.yml'
|
||||
- '!deps/outliner/**.md'
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [master, "feat/db"]
|
||||
paths:
|
||||
- 'deps/outliner/**'
|
||||
- 'deps/db/**'
|
||||
|
||||
2
.github/workflows/publishing.yml
vendored
2
.github/workflows/publishing.yml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
- '.github/workflows/publishing.yml'
|
||||
- '!deps/publishing/**.md'
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [master, "feat/db"]
|
||||
paths:
|
||||
- 'deps/publishing/**'
|
||||
- 'deps/db/**'
|
||||
|
||||
Reference in New Issue
Block a user