Skip to content
Prev Previous commit
Next Next commit
chore(i18n-update-core.yaml): add push trigger for branches matching …
…sno-* for debugging purposes
  • Loading branch information
snomiao committed Dec 1, 2025
commit 095be7196682f33948677f99814c6bedf22d918f
4 changes: 4 additions & 0 deletions .github/workflows/i18n-update-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
branches: [main]
types: [opened, synchronize, reopened]

push:
branches:
- sno-* # REMOVE BEFORE MERGE - test branch for debugging

Check warning on line 14 in .github/workflows/i18n-update-core.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

14:15 [comments] too few spaces before comment: expected 2

jobs:
update-locales:
# Branch detection: Only run for manual dispatch or version-bump-* branches from main repo
Expand Down
Loading