ci: make file changes check from master.
This commit is contained in:
parent
a602f7adf2
commit
f5a3460b49
@ -11,8 +11,9 @@ 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:
|
||||||
|
base_sha: master
|
||||||
files: |
|
files: |
|
||||||
androidApp/src/**
|
androidApp/src/**
|
||||||
shared/src/commonMain/**
|
shared/src/commonMain/**
|
||||||
|
@ -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: 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user