Ignore changes in mobile/ directory for publish workflow

Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
Juan José Mata
2026-02-18 01:40:27 +01:00
committed by GitHub
parent 41bc05a7ac
commit fe5419c1fd

View File

@@ -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
done