ci: rerun trans lint if workflow changed

pull/6593/head
Niklas Fiekas 2020-05-09 11:38:54 +02:00
parent c4ccb821b5
commit 135b9966dc
1 changed files with 2 additions and 0 deletions

View File

@ -3,10 +3,12 @@ name: Lint translations
on:
push:
paths:
- '.github/workflows/translations.yml'
- 'translation/**'
- 'bin/trans-lint.py'
pull_request:
paths:
- '.github/workflows/translations.yml'
- 'translation/**'
- 'bin/trans-lint.py'