Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Brown
76389e42e0 Assuming i18n update always runs 2026-01-28 00:48:20 -08:00
DrJKL
27712b09a3 chore: Experiment to see if just adding workflow_run will trigger this properly 2026-01-27 22:34:55 -08:00

View File

@@ -5,8 +5,11 @@ on:
push:
branches: [main, master, core/*, desktop/*]
pull_request:
branches-ignore:
[wip/*, draft/*, temp/*, vue-nodes-migration, sno-playwright-*]
branches-ignore: [wip/*, draft/*, temp/*, version-bump-*]
workflow_dispatch:
workflow_run:
workflows: ['i18n: Update Core']
types: [completed]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}