mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-16 21:16:47 -07:00
fix(ci): add refactor/** branch pattern and workflow_dispatch to orchestrator workflows
The refactor/orchestrator-extraction branch was not matching the feature/** pattern, preventing the integration workflow from running after fix commits were pushed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
name: Validate Orchestrator Integration
|
name: Validate Orchestrator Integration
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [main, 'release/**', 'feature/**']
|
branches: [main, 'release/**', 'feature/**', 'refactor/**']
|
||||||
paths:
|
paths:
|
||||||
- 'src/model/orchestrator-plugin.ts'
|
- 'src/model/orchestrator-plugin.ts'
|
||||||
- 'src/model/build-parameters.ts'
|
- 'src/model/build-parameters.ts'
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
name: Validate Orchestrator Compatibility
|
name: Validate Orchestrator Compatibility
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [main, 'release/**', 'feature/**']
|
branches: [main, 'release/**', 'feature/**', 'refactor/**']
|
||||||
paths:
|
paths:
|
||||||
- 'src/model/orchestrator-plugin.ts'
|
- 'src/model/orchestrator-plugin.ts'
|
||||||
- 'src/model/build-parameters.ts'
|
- 'src/model/build-parameters.ts'
|
||||||
|
|||||||
Reference in New Issue
Block a user