From 9ce905236f69e11e6b0678bdff0ec97103f0ddce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=BChne?= Date: Thu, 18 Jul 2024 11:21:20 +0200 Subject: [PATCH] enable testing --- .github/workflows/translate.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index c70395458..47ed5ecf3 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -1,12 +1,9 @@ name: "Update translations" on: - workflow_dispatch: - schedule: - - cron: "0 3 * * *" push: branches: - - master + - fix/github-translation-action permissions: {}