From 9c4121ea791ae2b700b7db2a674c123ce4917f4e Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Sun, 4 May 2025 19:50:29 +0300 Subject: [PATCH] chore(ci): exclude locales from pr check --- .github/workflows/pr_pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr_pipeline.yml b/.github/workflows/pr_pipeline.yml index 5b2c872..ba9c1ca 100644 --- a/.github/workflows/pr_pipeline.yml +++ b/.github/workflows/pr_pipeline.yml @@ -5,9 +5,11 @@ on: branches: [ "main", "next" ] paths-ignore: - '**.md' + - '**.txt' + - "locales/*" - 'LICENSE' - 'PRIVACY' - - '**/cd_pipeline.yaml' + - '**/cd_pipeline.yml' - '**/dependabot.yml' - '**/codeql-analysis.yml' - '**/pr_next.yaml'