ci: fix branch pattern (#38225)
This commit is contained in:
parent
0cf2e3fd41
commit
21417c67b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/review-po-prs.yml
vendored
2
.github/workflows/review-po-prs.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
types: [opened, reopened, synchronize, ready_for_review]
|
||||
branches:
|
||||
- develop
|
||||
- "version-??-hotfix"
|
||||
- "version-[0-9][0-9]-hotfix"
|
||||
paths:
|
||||
- "**/*.po"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue