ci: disable automatic push triggers for V2 Agentic Builder

The workflow is now strictly manual (workflow_dispatch only) to prevent unwanted executions and better manage API quotas.
This commit is contained in:
Nubenetes Bot
2026-05-21 23:36:56 +02:00
parent 6ff23543e5
commit 6a5710eefd

View File

@@ -15,12 +15,6 @@ on:
description: 'Enrich GitHub Metadata (fetch stars/license for V2 logic)'
type: boolean
default: false
push:
branches: [ develop ]
paths:
- 'docs/**'
- 'data/inventory.yaml'
- 'src/v2_optimizer.py'
permissions:
contents: write