Skip to content

Commit

Permalink
fix: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig committed Mar 28, 2023
1 parent ec8c722 commit 349e67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/poeditor-export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- "[0-9]+.x"
paths:
- 'src/Resources/translations/admin.en.yaml'
- 'src/Resources/translations/admin.en.yml'

permissions:
contents: read
Expand All @@ -19,4 +19,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.POEDITOR_ACTION_TRIGGER_TOKEN }}
run: |
gh workflow run -R pimcore/poeditor-export-action poeditor-export.yml
gh workflow run -R pimcore/poeditor-export-action poeditor-export.yaml

0 comments on commit 349e67c

Please sign in to comment.