From ac86cfd3575dfef8b6d741cac3eea5d7fa5f5fb8 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 22 Apr 2022 11:36:55 +0800 Subject: [PATCH] ci: ignore weblate for CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7513975ca..c9ebb857a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: CI on: pull_request: + branches-ignore: + - 'weblate/**' push: branches-ignore: - 'dependabot/**'