Update crowdin.yml

This commit is contained in:
Xikaro
2026-02-25 11:42:39 +05:00
parent 2c987f3b33
commit 73e8793f17

View File

@@ -126,7 +126,7 @@ jobs:
# CROWDIN_ID: ${{ vars.CROWDIN_ID }}
upload:
if: github.event.inputs.operation == 'upload' || github.event.inputs.operation == 'both' || github.event_name == 'push'
if: github.event.inputs.operation == 'upload' || github.event.inputs.operation == 'both' || github.event_name == 'push' || github.event_name == 'schedule'
runs-on: ubuntu-latest
steps:
- name: Checkout repository