mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
ci: update yml
This commit is contained in:
9
.github/workflows/graph-parser.yml
vendored
9
.github/workflows/graph-parser.yml
vendored
@@ -4,17 +4,10 @@ on:
|
||||
# Path filters ensure jobs only kick off if a change is made to graph-parser or
|
||||
# its local dependencies
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- 'deps/graph-parser/**'
|
||||
# db is a local dep that could break functionality in this lib and should trigger this
|
||||
- 'deps/db/**'
|
||||
- '.github/workflows/graph-parser.yml'
|
||||
- '!deps/graph-parser/**.md'
|
||||
pull_request:
|
||||
branches: [master, "feat/db"]
|
||||
paths:
|
||||
- 'deps/graph-parser/**'
|
||||
# db is a local dep that could break functionality in this lib and should trigger this
|
||||
- 'deps/db/**'
|
||||
- '.github/workflows/graph-parser.yml'
|
||||
- '!deps/graph-parser/**.md'
|
||||
|
||||
Reference in New Issue
Block a user