ci: make lint ignore PRs from weblate

This commit is contained in:
Marie 2023-09-28 16:36:41 +02:00 committed by GitHub
parent 5027594107
commit e8b79271c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ on:
paths:
- packages/**
pull_request:
branches-ignore:
- weblate
jobs:
pnpm_install: