From c95d2dc9441d4d5cc11d30658d00761192585a27 Mon Sep 17 00:00:00 2001 From: Sparsh Date: Sun, 10 May 2026 23:58:16 +0530 Subject: [PATCH] chore(workflow): update paths in desktop packaging workflow to include additional directories --- .github/workflows/desktop-packaging.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/desktop-packaging.yml b/.github/workflows/desktop-packaging.yml index fed4f46b4..9e853fa22 100644 --- a/.github/workflows/desktop-packaging.yml +++ b/.github/workflows/desktop-packaging.yml @@ -5,6 +5,9 @@ on: paths: - .github/workflows/desktop-packaging.yml - gitnexus-desktop/** + - gitnexus/** + - gitnexus-web/** + - gitnexus-shared/** workflow_dispatch: permissions: {}