fix(automation): remove branch filters from workflow_run to restore pipeline chaining

This commit is contained in:
Nubenetes Bot
2026-06-14 10:36:44 +02:00
parent 4493a328ff
commit cf189f04fc
2 changed files with 0 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ on:
- 'data/inventory.yaml'
workflow_run:
workflows: ["03.1. V2 Metadata Engine"]
branches: [develop]
types:
- completed
workflow_dispatch:

View File

@@ -9,7 +9,6 @@ on:
- 'docs/**'
workflow_run:
workflows: ["03.3. V2 Video Hub Builder"]
branches: [develop]
types:
- completed
workflow_dispatch: