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: