ci: fix po review workflow (#38256)

This commit is contained in:
Raffael Meyer 2026-03-25 18:01:47 +01:00 committed by GitHub
parent f565ed2438
commit 174100b21c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,6 @@ on:
types: [opened, reopened, synchronize, ready_for_review]
branches:
- develop
- "version-[0-9][0-9]-hotfix"
paths:
- "**/*.po"
@ -21,7 +20,7 @@ jobs:
permissions:
contents: read
issues: write
pull-requests: read
pull-requests: write
steps:
- name: Checkout