Update ignore paths for translation PRs
Cette révision appartient à :
Parent
3847d4f4cf
révision
02cd2d2ca3
1 fichiers modifiés avec 2 ajouts et 1 suppressions
3
.github/workflows/build_pull_request.yml
externe
3
.github/workflows/build_pull_request.yml
externe
|
@ -3,7 +3,8 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- 'i18n/src/main/res/**/strings.xml'
|
- 'i18n/src/commonMain/resources/**/strings.xml'
|
||||||
|
- 'i18n/src/commonMain/resources/**/plurals.xml'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||||
|
|
Référencer dans un nouveau ticket