diff --git a/.github/workflows/build-and-push-image.yaml b/.github/workflows/build-and-push-image.yaml index 72d12003948ac798138b0f77119fc6a5e1dc91d3..591cf63d031f1ba85779eb5e11a7365ee38ca2e7 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: