diff --git a/.github/workflows/api-ee.yaml b/.github/workflows/api-ee.yaml index 7c48fc7d9..9de1c53d3 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 170f0761a..3d063c5b5 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