mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
chore(i18n-update-core.yaml): add push trigger for branches matching sno-* for testing purposes
This commit is contained in:
4
.github/workflows/i18n-update-core.yaml
vendored
4
.github/workflows/i18n-update-core.yaml
vendored
@@ -9,6 +9,10 @@ on:
|
||||
branches: [main]
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
push:
|
||||
branches:
|
||||
- sno-* # for test only, remove before merge
|
||||
|
||||
jobs:
|
||||
update-locales:
|
||||
# Branch detection: Only run for manual dispatch or version-bump-* branches from main repo
|
||||
|
||||
Reference in New Issue
Block a user