Skip to content

Commit f68ad74

Browse files
Enable SonarQube workflow on feature branches for testing
- Add add-sonarqube-integration to push triggers - Allows workflow to run on feature branch for immediate testing - Can be simplified back to [main, develop] after merge 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent b08c430 commit f68ad74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: SonarQube Analysis
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main, develop, add-sonarqube-integration ]
66
pull_request:
77
branches: [ main ]
88
workflow_dispatch:

0 commit comments

Comments
 (0)