ci: make lint ignore PRs from weblate
This commit is contained in:
parent
5027594107
commit
e8b79271c6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -8,6 +8,8 @@ on:
|
|||
paths:
|
||||
- packages/**
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- weblate
|
||||
|
||||
jobs:
|
||||
pnpm_install:
|
||||
|
|
Loading…
Reference in a new issue