From 146385bf41e90aca17cc9beb0f4befa247a554e9 Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Fri, 2 Feb 2024 15:29:38 -0800 Subject: [PATCH] no build on embed changes --- .github/workflows/build-and-push-image.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-push-image.yaml b/.github/workflows/build-and-push-image.yaml index 12b274b7..2044c66b 100644 --- a/.github/workflows/build-and-push-image.yaml +++ b/.github/workflows/build-and-push-image.yaml @@ -20,6 +20,7 @@ on: - '.vscode/**/*' - '**/.env.example' - '.github/ISSUE_TEMPLATE/**/*' + - 'embed/**/*' # Embed should be published to frontend (yarn build:publish) if any changes are introduced jobs: push_multi_platform_to_registries: