From 0694931d2d034e5e3259d294504134d767270a3a Mon Sep 17 00:00:00 2001 From: Amine Date: Tue, 15 Apr 2025 21:33:04 +0200 Subject: [PATCH] ci: make file changes check from master. --- .gitea/workflows/on_called_build.yml | 2 +- .gitea/workflows/on_pr.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/on_called_build.yml b/.gitea/workflows/on_called_build.yml index 5ae78c3..dc0cac9 100644 --- a/.gitea/workflows/on_called_build.yml +++ b/.gitea/workflows/on_called_build.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 0 - name: "Check android app changes" id: check-android-changes - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v46 with: files: | androidApp/src/** diff --git a/.gitea/workflows/on_pr.yml b/.gitea/workflows/on_pr.yml index ea033f4..654e71f 100644 --- a/.gitea/workflows/on_pr.yml +++ b/.gitea/workflows/on_pr.yml @@ -31,8 +31,9 @@ jobs: fetch-depth: 0 - name: "Check translations changes" id: check-translations-changes - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v46 with: + base_sha: ${{ github.event.pull_request.base.sha }} files: | androidApp/src/main/res/values/strings.xml - name: upload translation sources