chore: Experiment to see if just adding workflow_run will trigger this properly

This commit is contained in:
DrJKL
2026-01-27 22:22:49 -08:00
parent 8b514463b3
commit 27712b09a3

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/*]
workflow_dispatch:
workflow_run:
workflows: ['i18n: Update Core']
types: [completed]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}