Skip to content

Commit

Permalink
Improve: Add poeditor sync
Browse files Browse the repository at this point in the history
  • Loading branch information
robertSt7 committed May 9, 2023
1 parent 0c5561a commit 16c9315
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 16c9315

Please sign in to comment.