ci: update yml

This commit is contained in:
rcmerci
2025-05-27 20:17:41 +08:00
parent d9d2a4c903
commit 4696c1f3fd
8 changed files with 3 additions and 56 deletions

View File

@@ -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'