From de050d7376ce057a01d96f407fcac95e0a13ee54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Courivaud?= Date: Tue, 11 Jun 2024 13:34:18 +0200 Subject: [PATCH] fix github action definition of modified directory 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-data-stack.yml b/.github/workflows/github-actions-data-stack.yml index 2960bdaff..5a4400771 100644 --- a/.github/workflows/github-actions-data-stack.yml +++ b/.github/workflows/github-actions-data-stack.yml @@ -1,7 +1,8 @@ name: Data Stack CI -on: [push] - paths: +on: + push: + paths: - analytics/** jobs: