From 9e173cc8dc1402cd1497a5a32fc1671be3ffbf7a Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Wed, 1 Jul 2026 01:19:42 +0300 Subject: [PATCH] ci.yml: ignore CI for i18n resources Updated CI workflow to ignore i18n resource changes on pull requests. --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd628c91b..a79057640 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,11 @@ name: CI -on: [push, pull_request] +on: + push: + + pull_request: + paths-ignore: + - '**/resources/i18n/**' jobs: build: