mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Limit this to l10n_main branch
Hopefully this works
This commit is contained in:
parent
dbddd90304
commit
2b1fa6ada7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/i18n-automerge.yml
vendored
2
.github/workflows/i18n-automerge.yml
vendored
|
@ -3,6 +3,8 @@ name: i18n PR auto-merge
|
|||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, labeled]
|
||||
branches:
|
||||
- l10n_main
|
||||
|
||||
jobs:
|
||||
run-and-merge:
|
||||
|
|
Loading…
Reference in a new issue