Ignore linter on the f-droid branch (#1083)

This commit is contained in:
Vishnu Mohandas 2024-03-13 14:58:01 +05:30 committed by GitHub
commit c6c7b0ab32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"