We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fe1c1 commit 20c099fCopy full SHA for 20c099f
.github/workflows/i18n.yaml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
update-locales:
13
# 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-'))
+ 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')
15
runs-on: ubuntu-latest
16
steps:
17
- uses: Comfy-Org/ComfyUI_frontend_setup_action@v3
0 commit comments