ci: fix branch pattern (#38225)

This commit is contained in:
Raffael Meyer 2026-03-24 23:16:00 +01:00 committed by GitHub
parent 0cf2e3fd41
commit 21417c67b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ on:
types: [opened, reopened, synchronize, ready_for_review]
branches:
- develop
- "version-??-hotfix"
- "version-[0-9][0-9]-hotfix"
paths:
- "**/*.po"