From 2a7715dbabfdde7bd29005cb93e03c40e2ae6fcb Mon Sep 17 00:00:00 2001 From: Pratik Joseph Dabre Date: Thu, 6 Feb 2025 12:46:13 -0800 Subject: [PATCH] [native] Trigger presto-native-sidecar-plugin test workflow when changes occur. The prestocpp build and tests needs to be triggered to test any change to the files in the directory. --- .github/workflows/prestocpp-linux-build-and-unit-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prestocpp-linux-build-and-unit-test.yml b/.github/workflows/prestocpp-linux-build-and-unit-test.yml index b60fc65ae732d..26375fe9090af 100644 --- a/.github/workflows/prestocpp-linux-build-and-unit-test.yml +++ b/.github/workflows/prestocpp-linux-build-and-unit-test.yml @@ -5,6 +5,7 @@ on: pull_request: paths: - 'presto-native-execution/**' + - 'presto-native-sidecar-plugin/**' - '.github/workflows/prestocpp-linux-build-and-unit-test.yml' push: branches: