From f519a4b48c907a35435883f4a75366e530f19cfb Mon Sep 17 00:00:00 2001 From: timothycarambat <rambat1010@gmail.com> Date: Tue, 27 Aug 2024 15:06:44 -0700 Subject: [PATCH] update ignores --- .github/workflows/build-and-push-image.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-image.yaml b/.github/workflows/build-and-push-image.yaml index 72d120039..591cf63d0 100644 --- a/.github/workflows/build-and-push-image.yaml +++ b/.github/workflows/build-and-push-image.yaml @@ -21,7 +21,8 @@ on: - '**/.env.example' - '.github/ISSUE_TEMPLATE/**/*' - '.devcontainer/**/*' - - 'embed/**/*' # Embed should be published to frontend (yarn build:publish) if any changes are introduced + - 'embed/**/*' # Embed is submodule + - 'browser-extension/**/*' # Chrome extension is submodule - 'server/utils/agents/aibitat/example/**/*' # Do not push new image for local dev testing of new aibitat images. jobs: -- GitLab