Do not run tests on translation-only PRs

This commit is contained in:
Raphael Michel
2020-04-24 09:15:25 +02:00
parent 3c6fdd15af
commit 68ff001bb6

View File

@@ -5,10 +5,12 @@ on:
branches: [ master ]
paths-ignore:
- 'doc/**'
- 'src/pretix/locale/**'
pull_request:
branches: [ master ]
paths-ignore:
- 'doc/**'
- 'src/pretix/locale/**'
jobs:
test: