mirror of
https://github.com/we-promise/sure.git
synced 2026-04-16 18:44:13 +00:00
Ignore changes in mobile/ directory for publish workflow
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user