[skip ci] avoid PR builds for translations

This commit is contained in:
arkon 2022-09-10 10:30:53 -04:00
parent 28594bba2c
commit b8cdf7fbff

View File

@ -3,7 +3,7 @@ on:
pull_request:
paths-ignore:
- '**.md'
- 'app/src/main/res/**/strings.xml'
- 'i18n/src/main/res/**/strings.xml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}