diff --git a/.github/workflows/new-poeditor-export.yml.bak b/.github/workflows/new-poeditor-export.yml.bak new file mode 100644 index 0000000..7a4898f --- /dev/null +++ b/.github/workflows/new-poeditor-export.yml.bak @@ -0,0 +1,21 @@ +name: "Trigger POEditor Translations Export" + +on: + workflow_dispatch: + push: + branches: + - "[0-9]+.x" + - "docs_actions" + - "main" + paths: + - "src/Resources/translations/admin.en.yml" + +permissions: + contents: read + +jobs: + poeditor: + uses: pimcore/workflows-collection-public/.github/workflows/reusable-poeditor.yaml@main + secrets: + POEDITOR_ACTION_TRIGGER_TOKEN: ${{ secrets.POEDITOR_ACTION_TRIGGER_TOKEN }} +