disable CI for translation branches

This commit is contained in:
jonaswinkler
2021-02-02 14:07:43 +01:00
parent 060dcd71cd
commit 47ea60372f
2 changed files with 4 additions and 4 deletions

View File

@@ -3,10 +3,10 @@ name: ci
on:
push:
branches-ignore:
- 'translations_**'
- 'translations**'
pull_request:
branches-ignore:
- 'translations_**'
- 'translations**'
jobs:
documentation: