test github ci

This commit is contained in:
Tienson Qin
2025-05-27 05:07:16 +08:00
parent 05597552da
commit 0627ae6371
8 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -2,7 +2,7 @@ name: Clojure E2E
on:
push:
branches: [master, "feat/db"]
branches: [master]
paths:
- 'clj-e2e/**'
- '.github/workflows/clj-e2e.yml'

View File

@@ -2,7 +2,7 @@ name: Clojure RTC E2E
on:
push:
branches: [master, "feat/db"]
branches: [master]
paths:
- 'clj-e2e/**'
- '.github/workflows/clj-rtc-e2e.yml'

View File

@@ -3,7 +3,7 @@ name: logseq/db CI
on:
# Path filters ensure jobs only kick off if a change is made to db
push:
branches: [master, "feat/db"]
branches: [master]
paths:
- 'deps/db/**'
- '.github/workflows/db.yml'

View File

@@ -4,7 +4,7 @@ on:
# Path filters ensure jobs only kick off if a change is made to graph-parser or
# its local dependencies
push:
branches: [master, "feat/db"]
branches: [master]
paths:
- 'deps/graph-parser/**'
# db is a local dep that could break functionality in this lib and should trigger this

View File

@@ -3,7 +3,7 @@ name: logseq/common CI
on:
# Path filters ensure jobs only kick off if a change is made to common
push:
branches: [master, "feat/db"]
branches: [master]
paths:
- 'deps/common/**'
- '.github/workflows/logseq-common.yml'

View File

@@ -4,7 +4,7 @@ on:
# Path filters ensure jobs only kick off if a change is made to outliner or
# its local dependencies
push:
branches: [master, "feat/db"]
branches: [master]
paths:
- 'deps/outliner/**'
# db is a local dep that could break functionality in this lib and should trigger this

View File

@@ -4,7 +4,7 @@ on:
# Path filters ensure jobs only kick off if a change is made to publishing or
# its local dependencies
push:
branches: [master, "feat/db"]
branches: [master]
paths:
- 'deps/publishing/**'
# db is a local dep that could break functionality in this lib and should trigger this