mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
test github ci
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -2,7 +2,7 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, "feat/db"]
|
||||
branches: [master]
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
pull_request:
|
||||
|
||||
2
.github/workflows/clj-e2e.yml
vendored
2
.github/workflows/clj-e2e.yml
vendored
@@ -2,7 +2,7 @@ name: Clojure E2E
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, "feat/db"]
|
||||
branches: [master]
|
||||
paths:
|
||||
- 'clj-e2e/**'
|
||||
- '.github/workflows/clj-e2e.yml'
|
||||
|
||||
2
.github/workflows/clj-rtc-e2e.yml
vendored
2
.github/workflows/clj-rtc-e2e.yml
vendored
@@ -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'
|
||||
|
||||
2
.github/workflows/db.yml
vendored
2
.github/workflows/db.yml
vendored
@@ -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'
|
||||
|
||||
2
.github/workflows/graph-parser.yml
vendored
2
.github/workflows/graph-parser.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/logseq-common.yml
vendored
2
.github/workflows/logseq-common.yml
vendored
@@ -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'
|
||||
|
||||
2
.github/workflows/outliner.yml
vendored
2
.github/workflows/outliner.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/publishing.yml
vendored
2
.github/workflows/publishing.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user