From 2da8b25557bba61258cbc48ecb8d792a74b8981c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Courivaud?= Date: Tue, 11 Jun 2024 13:30:53 +0200 Subject: [PATCH] specify analytics directory to trigger the pipeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Courivaud --- .github/workflows/github-actions-data-stack.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github-actions-data-stack.yml b/.github/workflows/github-actions-data-stack.yml index d35514fb1..2960bdaff 100644 --- a/.github/workflows/github-actions-data-stack.yml +++ b/.github/workflows/github-actions-data-stack.yml @@ -1,6 +1,8 @@ name: Data Stack CI on: [push] + paths: + - analytics/** jobs: deploy-dagster: