Skip to content

Commit

Permalink
Merge pull request #65 from pimcore/2-github-action-setup-po-editor-sync
Browse files Browse the repository at this point in the history
[Github Action] Setup PO editor sync
  • Loading branch information
mcop1 authored May 9, 2023
2 parents 0c5561a + 16c9315 commit f6e5571
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/poeditor-export.yaml
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"
paths:
- 'translations/admin.en.yaml'
- 'translations/admin_ext.en.yaml'

permissions:
contents: read

jobs:
poeditor:
runs-on: ubuntu-latest
steps:
- name: Trigger workflow in pimcore/poeditor-export-action
run: |
gh workflow run -R pimcore/poeditor-export-action poeditor-export.yaml

0 comments on commit f6e5571

Please sign in to comment.