diff --git a/.github/workflows/validate-orchestrator-integration.yml b/.github/workflows/validate-orchestrator-integration.yml index 3bc800f0..bb1118c4 100644 --- a/.github/workflows/validate-orchestrator-integration.yml +++ b/.github/workflows/validate-orchestrator-integration.yml @@ -1,8 +1,9 @@ name: Validate Orchestrator Integration on: + workflow_dispatch: push: - branches: [main, 'release/**', 'feature/**'] + branches: [main, 'release/**', 'feature/**', 'refactor/**'] paths: - 'src/model/orchestrator-plugin.ts' - 'src/model/build-parameters.ts' diff --git a/.github/workflows/validate-orchestrator.yml b/.github/workflows/validate-orchestrator.yml index 63d36ba6..13e0c073 100644 --- a/.github/workflows/validate-orchestrator.yml +++ b/.github/workflows/validate-orchestrator.yml @@ -1,8 +1,9 @@ name: Validate Orchestrator Compatibility on: + workflow_dispatch: push: - branches: [main, 'release/**', 'feature/**'] + branches: [main, 'release/**', 'feature/**', 'refactor/**'] paths: - 'src/model/orchestrator-plugin.ts' - 'src/model/build-parameters.ts'