From 215d8897825343f6e19685aceb0b403b18e006f1 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Fri, 17 Jun 2022 11:01:13 +0200 Subject: [PATCH] ci(workers): build both ee and oss for deployment changes Signed-off-by: rjshrjndrn --- .github/workflows/api-ee.yaml | 1 + .github/workflows/workers-ee.yaml | 1 + 2 files changed, 2 insertions(+) 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