Compare commits

...

1 Commits
master ... br

Author SHA1 Message Date
5ab2898dbf ci: make file changes check from master.
Some checks failed
PR test / integrationTests (pull_request) Has been cancelled
PR / translations (pull_request) Successful in 32s
PR / PR (pull_request) Successful in 40s
PR / build (pull_request) Successful in 26s
2025-04-15 20:01:59 +00:00
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: "Check android app changes" - name: "Check android app changes"
id: check-android-changes id: check-android-changes
uses: tj-actions/changed-files@v45 uses: tj-actions/changed-files@v46
with: with:
files: | files: |
androidApp/src/** androidApp/src/**

View File

@ -31,8 +31,9 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: "Check translations changes" - name: "Check translations changes"
id: check-translations-changes id: check-translations-changes
uses: tj-actions/changed-files@v45 uses: tj-actions/changed-files@v46
with: with:
base_sha: ${{ github.event.pull_request.base.sha }}
files: | files: |
androidApp/src/main/res/values/strings.xml androidApp/src/main/res/values/strings.xml
- name: upload translation sources - name: upload translation sources