chore: attempt to fix crowdin push

This commit is contained in:
LisoUseInAIKyrios
2024-06-27 20:41:40 +03:00
parent f7cf1052e8
commit 3569f4b550
4 changed files with 11 additions and 5 deletions

View File

@ -14,6 +14,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: dev
- name: Pull strings
uses: crowdin/github-action@v1

View File

@ -1,10 +1,12 @@
name: Push strings
on:
workflow_dispatch:
push:
paths:
- /src/main/resources/addresources/values/strings.xml
workflow_dispatch:
push:
branches:
- dev
paths:
- /src/main/resources/addresources/values/strings.xml
jobs:
push:
@ -15,6 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: dev
- name: Push strings
uses: crowdin/github-action@v1