Also run CI on changes to backends

This commit is contained in:
Daniël de Kok 2024-08-01 13:01:01 +00:00
parent 278697cf55
commit f484bcb552

View File

@ -10,6 +10,7 @@ on:
paths: paths:
- ".github/workflows/build.yaml" - ".github/workflows/build.yaml"
- "integration-tests/**" - "integration-tests/**"
- "backends/**"
- "server/**" - "server/**"
- "proto/**" - "proto/**"
- "router/**" - "router/**"