|
@@ -4,17 +4,10 @@ on:
|
|
|
# Path filters ensure jobs only kick off if a change is made to graph-parser or
|
|
# Path filters ensure jobs only kick off if a change is made to graph-parser or
|
|
|
# its local dependencies
|
|
# its local dependencies
|
|
|
push:
|
|
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"]
|
|
branches: [master, "feat/db"]
|
|
|
paths:
|
|
paths:
|
|
|
- 'deps/graph-parser/**'
|
|
- 'deps/graph-parser/**'
|
|
|
|
|
+ # db is a local dep that could break functionality in this lib and should trigger this
|
|
|
- 'deps/db/**'
|
|
- 'deps/db/**'
|
|
|
- '.github/workflows/graph-parser.yml'
|
|
- '.github/workflows/graph-parser.yml'
|
|
|
- '!deps/graph-parser/**.md'
|
|
- '!deps/graph-parser/**.md'
|