mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 15:45:00 +00:00
Revert "ci: update yml"
This reverts commit 4696c1f3fd.
Noticed tests aren't running on our own PRs e.g. #11887.
We'll especially need tests to run on PRs off master
This commit is contained in:
9
.github/workflows/graph-parser.yml
vendored
9
.github/workflows/graph-parser.yml
vendored
@@ -4,13 +4,20 @@ 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
|
||||
- 'deps/db/**'
|
||||
- '.github/workflows/graph-parser.yml'
|
||||
- '!deps/graph-parser/**.md'
|
||||
pull_request:
|
||||
branches: [master, "feat/db"]
|
||||
paths:
|
||||
- 'deps/graph-parser/**'
|
||||
- 'deps/db/**'
|
||||
- '.github/workflows/graph-parser.yml'
|
||||
- '!deps/graph-parser/**.md'
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user