|
@@ -4,13 +4,20 @@ 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, "feat/db"]
|
|
|
|
|
|
|
+ branches: [master]
|
|
|
paths:
|
|
paths:
|
|
|
- 'deps/graph-parser/**'
|
|
- 'deps/graph-parser/**'
|
|
|
# db is a local dep that could break functionality in this lib and should trigger this
|
|
# 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'
|
|
|
|
|
+ pull_request:
|
|
|
|
|
+ branches: [master, "feat/db"]
|
|
|
|
|
+ paths:
|
|
|
|
|
+ - 'deps/graph-parser/**'
|
|
|
|
|
+ - 'deps/db/**'
|
|
|
|
|
+ - '.github/workflows/graph-parser.yml'
|
|
|
|
|
+ - '!deps/graph-parser/**.md'
|
|
|
|
|
|
|
|
defaults:
|
|
defaults:
|
|
|
run:
|
|
run:
|