fix(dev): catch CI failures before they land on feat/db

feat/db is our stable branch for the db version and should remain green.
There were CI failures on #11492 but we didn't know until it was merged.
Just run CI on PRs to prevent this in the future
This commit is contained in:
Gabriel Horner
2024-09-02 09:36:27 -04:00
parent cd40ff10b4
commit bcacc84f25
6 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ on:
- '.github/workflows/graph-parser.yml'
- '!deps/graph-parser/**.md'
pull_request:
branches: [master]
branches: [master, "feat/db"]
paths:
- 'deps/graph-parser/**'
- 'deps/db/**'