Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/new-poeditor-export.yml.bak
Original file line number Diff line number Diff line change
@@ -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 }}

Loading