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
pull/11494/head
Gabriel Horner 2024-09-02 09:36:27 -04:00
parent cd40ff10b4
commit bcacc84f25
6 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ on:
paths-ignore: paths-ignore:
- '*.md' - '*.md'
pull_request: pull_request:
branches: [master] branches: [master, "feat/db"]
paths-ignore: paths-ignore:
- '*.md' - '*.md'

View File

@ -9,7 +9,7 @@ on:
- '.github/workflows/db.yml' - '.github/workflows/db.yml'
- '!deps/db/**.md' - '!deps/db/**.md'
pull_request: pull_request:
branches: [master] branches: [master, "feat/db"]
paths: paths:
- 'deps/db/**' - 'deps/db/**'
- '.github/workflows/db.yml' - '.github/workflows/db.yml'

View File

@ -12,7 +12,7 @@ on:
- '.github/workflows/graph-parser.yml' - '.github/workflows/graph-parser.yml'
- '!deps/graph-parser/**.md' - '!deps/graph-parser/**.md'
pull_request: pull_request:
branches: [master] branches: [master, "feat/db"]
paths: paths:
- 'deps/graph-parser/**' - 'deps/graph-parser/**'
- 'deps/db/**' - 'deps/db/**'

View File

@ -9,7 +9,7 @@ on:
- '.github/workflows/logseq-common.yml' - '.github/workflows/logseq-common.yml'
- '!deps/common/**.md' - '!deps/common/**.md'
pull_request: pull_request:
branches: [master] branches: [master, "feat/db"]
paths: paths:
- 'deps/common/**' - 'deps/common/**'
- '.github/workflows/logseq-common.yml' - '.github/workflows/logseq-common.yml'

View File

@ -12,7 +12,7 @@ on:
- '.github/workflows/outliner.yml' - '.github/workflows/outliner.yml'
- '!deps/outliner/**.md' - '!deps/outliner/**.md'
pull_request: pull_request:
branches: [master] branches: [master, "feat/db"]
paths: paths:
- 'deps/outliner/**' - 'deps/outliner/**'
- 'deps/db/**' - 'deps/db/**'

View File

@ -12,7 +12,7 @@ on:
- '.github/workflows/publishing.yml' - '.github/workflows/publishing.yml'
- '!deps/publishing/**.md' - '!deps/publishing/**.md'
pull_request: pull_request:
branches: [master] branches: [master, "feat/db"]
paths: paths:
- 'deps/publishing/**' - 'deps/publishing/**'
- 'deps/db/**' - 'deps/db/**'