From 02cd2d2ca33cffdf37ffa217ff10cd7e9c47c734 Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 17 Dec 2023 09:59:47 -0500 Subject: [PATCH] Update ignore paths for translation PRs --- .github/workflows/build_pull_request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index 5a7bfdd106..bebc653c03 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -3,7 +3,8 @@ on: pull_request: paths-ignore: - '**.md' - - 'i18n/src/main/res/**/strings.xml' + - 'i18n/src/commonMain/resources/**/strings.xml' + - 'i18n/src/commonMain/resources/**/plurals.xml' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }}