ci: Ignore l10n_master from Crowdin

Crowding commits each language in its own commit, instead of merging multiple into one commit. This results in very spammy builds, to the point of several hundred being spawned in the same second.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-04-24 01:55:40 +02:00
parent 1e10bd3839
commit 3a3cfd4776

View file

@ -1,6 +1,12 @@
name: Build
on: [push, pull_request]
on:
push:
branches-ignore:
- 'l10n_master'
pull_request:
branches-ignore:
- 'l10n_master'
jobs:
windows: