test github ci

This commit is contained in:
Tienson Qin
2025-05-27 05:07:16 +08:00
parent 05597552da
commit 0627ae6371
8 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ 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