From fe5419c1fdcc19f3c1614b2987faf7e7393c7386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Wed, 18 Feb 2026 01:40:27 +0100 Subject: [PATCH] Ignore changes in `mobile/` directory for publish workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Mata --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 14ccd6d53..83e052db7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,6 +31,7 @@ on: - main paths-ignore: - 'charts/**' + - 'mobile/**' schedule: - cron: '30 1 * * *' @@ -465,4 +466,4 @@ jobs: echo "Push failed (attempt $attempts). Retrying in ${delay} seconds..." sleep ${delay} git pull --rebase origin $SOURCE_BRANCH - done \ No newline at end of file + done