Compare commits

..

1 Commits

Author SHA1 Message Date
f5a3460b49 ci: make file changes check from master.
Some checks failed
PR test / integrationTests (pull_request) Has been cancelled
PR / translations (pull_request) Failing after 32s
PR / PR (pull_request) Successful in 38s
PR / build (pull_request) Failing after 24s
2025-04-15 21:43:29 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
id: check-android-changes id: check-android-changes
uses: tj-actions/changed-files@v46 uses: tj-actions/changed-files@v46
with: with:
base_sha: 'master' base_sha: master
files: | files: |
androidApp/src/** androidApp/src/**
shared/src/commonMain/** shared/src/commonMain/**

View File

@ -33,7 +33,7 @@ jobs:
id: check-translations-changes id: check-translations-changes
uses: tj-actions/changed-files@v46 uses: tj-actions/changed-files@v46
with: with:
base_sha: 'master' base_sha: master
files: | files: |
androidApp/src/main/res/values/strings.xml androidApp/src/main/res/values/strings.xml
- name: upload translation sources - name: upload translation sources