CI: ignore translation branches

This commit is contained in:
jonaswinkler
2021-02-02 13:27:08 +01:00
parent b33e25b1f7
commit 5f44ab5abc
2 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
name: ci
on: [push, pull_request]
on:
push:
branches-ignore:
- 'translations_**'
pull_request:
branches-ignore:
- 'translations_**'
jobs:
documentation: