Compare commits

..

1 Commits

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

View File

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

View File

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

View File

@ -1,10 +1,3 @@
**v125040991
- fix: Connectivity toast message was causing issues.
- Changelog for v125030901
--------------------------------------------------------------------
**v125030901
- Merge pull request 'fix-reload' (#195) from fix-reload into master

View File

@ -1,4 +0,0 @@
**v125040991**
- fix: Connectivity toast message was causing issues.
- Changelog for v125030901