diff --git a/.github/weblate_pull_request_template.md b/.github/weblate_pull_request_template.md index ae9a68b..796c1dd 100644 --- a/.github/weblate_pull_request_template.md +++ b/.github/weblate_pull_request_template.md @@ -2,4 +2,5 @@ Updated translations from `weblate` ## Updated Files - \ No newline at end of file + + \ No newline at end of file diff --git a/.github/workflows/weblate-pull-request.yml b/.github/workflows/weblate-pull-request.yml index f349eba..26d604a 100644 --- a/.github/workflows/weblate-pull-request.yml +++ b/.github/workflows/weblate-pull-request.yml @@ -1,8 +1,8 @@ name: Create Pull Request for Weblate Translations on: - schedule: - - cron: '0 16 * * 5' + push: + branches: ["weblate"] workflow_dispatch: