Compare commits

..

1 Commits

Author SHA1 Message Date
0694931d2d ci: make file changes check from master.
Some checks failed
PR test / integrationTests (pull_request) Has been cancelled
PR / translations (pull_request) Successful in 36s
PR / PR (pull_request) Successful in 39s
PR / build (pull_request) Successful in 26s
2025-04-15 21:52:11 +02:00
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ 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
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: ${{ 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