From e01cb5ed532fff6d64fcce1297ec62c9a4da006d Mon Sep 17 00:00:00 2001 From: Robin Vobruba Date: Wed, 3 Jan 2024 16:37:15 +0100 Subject: [PATCH] CI: Check changes in workspace scenario too [fix] --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9adf23b..104f5a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,9 +9,13 @@ on: branches: [ master, develop ] paths: - 'src/**' + - '**/src/**' - 'tests/**' + - '**/tests/**' - 'Cargo.toml' + - '**/Cargo.toml' - 'Cargo.lock' + - '**/Cargo.lock' - 'scripts/build' - '.github/workflows/build.yml' release: