From 8bab873a1e659beb05a9442ceb92ec08feef4d70 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 759da6f9..55b2f2a5 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: