Skip to content

Commit

Permalink
[Github Action] Setup PO editor
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaantony92 authored and mattamon committed May 12, 2023
1 parent bf5684a commit 78c7b5a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/poeditor-export.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Trigger POEditor Translations Export"

on:
workflow_dispatch:
push:
branches:
- "[0-9]+.x"
paths:
- 'src/Resources/translations/admin.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 78c7b5a

Please sign in to comment.