From 04978d127f9969271b6c56f773c10c3ec0d78e58 Mon Sep 17 00:00:00 2001 From: Jacob Aronoff Date: Mon, 23 Sep 2024 13:26:52 -0400 Subject: [PATCH] image --- .github/workflows/publish-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 594e413..65319fc 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -8,11 +8,13 @@ on: - "**" paths: - "arrow/**" + - "lightstep/**" push: branches: - main paths: - "arrow/**" + - "lightstep/**" # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: