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