Fix: Check EE routes for changes too

This commit is contained in:
Daniel Hougaard
2024-04-18 23:35:27 +02:00
parent 64099908eb
commit b4558981c1

View File

@@ -5,6 +5,7 @@ on:
types: [opened, synchronize]
paths:
- "backend/src/server/routes/**"
- "backend/src/ee/routes/**"
jobs:
check-be-api-changes: