diff --git a/.github/workflows/api-ee.yaml b/.github/workflows/api-ee.yaml index 70ecb8757..f66e408b7 100644 --- a/.github/workflows/api-ee.yaml +++ b/.github/workflows/api-ee.yaml @@ -6,6 +6,7 @@ on: - dev paths: - ee/api/** + - api/** name: Build and Deploy Chalice EE diff --git a/.github/workflows/workers-ee.yaml b/.github/workflows/workers-ee.yaml index 0a8c12a73..1637bb794 100644 --- a/.github/workflows/workers-ee.yaml +++ b/.github/workflows/workers-ee.yaml @@ -7,6 +7,7 @@ on: - dev paths: - ee/backend/** + - backend/** name: Build and deploy workers EE