ci: make file changes check from master. #199

Merged
AmineB merged 1 commits from br into master 2025-04-15 20:03:24 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 5ab2898dbf - Show all commits

View File

@ -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/**

View File

@ -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