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: on:
push: push:
paths: paths:
- '.github/workflows/translations.yml'
- 'translation/**' - 'translation/**'
- 'bin/trans-lint.py' - 'bin/trans-lint.py'
pull_request: pull_request:
paths: paths:
- '.github/workflows/translations.yml'
- 'translation/**' - 'translation/**'
- 'bin/trans-lint.py' - 'bin/trans-lint.py'