From 3de1d1ff414428830610da2a33a2733e492bd510 Mon Sep 17 00:00:00 2001 From: Mikhail Cheshkov Date: Tue, 20 Aug 2024 21:37:25 +0300 Subject: [PATCH] ci: Add Rust dependencies of native backend to master workflow filter --- .github/workflows/master.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index a3380be26c3f0..279415a0536c3 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -11,6 +11,9 @@ on: - 'package.json' - 'rollup.config.js' - 'yarn.lock' + - 'rust/cubesqlplanner/**' + - 'rust/cubenativeutils/**' + - 'rust/cubesql/**' branches: - master jobs: