Skip to content

Commit 20c099f

Browse files
committed
Refactor: Update branch detection for locale updates to include 'sno-fix-locale'
1 parent a4fe1c1 commit 20c099f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/i18n.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
update-locales:
1313
# Branch detection: Only run for manual dispatch or version-bump-* branches from main repo
14-
if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.head.repo.full_name == github.repository && startsWith(github.head_ref, 'version-bump-'))
14+
if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.head.repo.full_name == github.repository && startsWith(github.head_ref, 'version-bump-')) || startsWith(github.head_ref, 'sno-fix-locale')
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: Comfy-Org/ComfyUI_frontend_setup_action@v3

0 commit comments

Comments
 (0)