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:
Gabriel Horner
2025-05-28 10:24:11 -04:00
parent 900efe1076
commit 3552c1870c
8 changed files with 56 additions and 3 deletions

View File

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