From 3a3cfd47764046c253e770d21fa2cb01e697d1a8 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Fri, 24 Apr 2020 01:55:40 +0200 Subject: [PATCH] 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. --- .github/workflows/main.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 759da6f..55b2f2a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,12 @@ name: Build -on: [push, pull_request] +on: + push: + branches-ignore: + - 'l10n_master' + pull_request: + branches-ignore: + - 'l10n_master' jobs: windows: