Skip to content

change branch

change branch #17

Workflow file for this run

name: "Translate"
on:
push:
branches:
- "add_transifex_ci"
tags:
- "*"
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
refresh-translations:
name: "Pull / Push translations"
uses: "stonebuzz/plugin-translation-workflows/.github/workflows/translation.yml@v1"
secrets:
tx_token: "${{ secrets.TRANSLATE_TOKEN }}"