diff --git a/.github/workflows/crowdsec-integration.yml b/.github/workflows/crowdsec-integration.yml index ab8d5c96..2e8425ad 100644 --- a/.github/workflows/crowdsec-integration.yml +++ b/.github/workflows/crowdsec-integration.yml @@ -7,6 +7,8 @@ on: workflows: ["Docker Build, Publish & Test"] types: [completed] branches: [main, development, 'feature/**', 'hotfix/**'] # Explicit branch filter prevents unexpected triggers + pull_request: + branches: [main, development, 'feature/**', 'hotfix/**'] # Allow manual trigger for debugging workflow_dispatch: inputs: diff --git a/.github/workflows/rate-limit-integration.yml b/.github/workflows/rate-limit-integration.yml index 62c8d923..079181a2 100644 --- a/.github/workflows/rate-limit-integration.yml +++ b/.github/workflows/rate-limit-integration.yml @@ -7,6 +7,8 @@ on: workflows: ["Docker Build, Publish & Test"] types: [completed] branches: [main, development, 'feature/**', 'hotfix/**'] # Explicit branch filter prevents unexpected triggers + pull_request: + branches: [main, development, 'feature/**', 'hotfix/**'] # Allow manual trigger for debugging workflow_dispatch: inputs: