From 32f312dcc2c1fcb7cd99be7c1b0ecfa2aaba95d6 Mon Sep 17 00:00:00 2001 From: crueter Date: Wed, 12 Nov 2025 05:06:48 +0100 Subject: [PATCH] fix Signed-off-by: crueter --- .github/workflows/translations.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 982d6637c6..58598eeaca 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -2,9 +2,10 @@ name: tx-pull on: # monday, wednesday, saturday at 2pm - cron: - - '0 14 * * 1,3,6' - push: + schedule: + cron: + - '0 14 * * 1,3,6' + pull_request: branches: [ master ] jobs: