Ignore linter on the f-droid branch

This commit is contained in:
vishnukvmd 2024-03-13 14:57:19 +05:30
parent ccb6a4a283
commit df316463ef

View file

@ -3,7 +3,7 @@ name: "Lint (mobile)"
on:
# Run on every push to a branch other than main that changes mobile/
push:
branches-ignore: [main]
branches-ignore: [main, f-droid]
paths:
- "mobile/**"
- ".github/workflows/mobile-lint.yml"