From b4558981c119dff33d8ce0812284e865827ea06a Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:35:27 +0200 Subject: [PATCH] Fix: Check EE routes for changes too --- .github/workflows/check-api-for-breaking-changes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-api-for-breaking-changes.yml b/.github/workflows/check-api-for-breaking-changes.yml index 7fba6c321..2086601a8 100644 --- a/.github/workflows/check-api-for-breaking-changes.yml +++ b/.github/workflows/check-api-for-breaking-changes.yml @@ -5,6 +5,7 @@ on: types: [opened, synchronize] paths: - "backend/src/server/routes/**" + - "backend/src/ee/routes/**" jobs: check-be-api-changes: