diff --git a/.github/workflows/i18n-update-core.yaml b/.github/workflows/i18n-update-core.yaml index a4e73f538..ee881937a 100644 --- a/.github/workflows/i18n-update-core.yaml +++ b/.github/workflows/i18n-update-core.yaml @@ -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