Skip to content

Commit f941b9c

Browse files
bedaHovorkaclaude
andcommitted
Add copilot/** branch triggers to GitHub Actions workflows
Enables CI/CD automation for branches prefixed with copilot/, ensuring they receive the same build, test, and quality analysis as feature/** branches. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 9efd21b commit f941b9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle-java21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Gradle Build with Kotlin 2.0 and Java 21
22

33
on:
44
push:
5-
branches: [ main, develop, 'feature/**', 'fix/**' ]
5+
branches: [ main, develop, 'feature/**', 'fix/**', 'copilot/**' ]
66
pull_request:
77
branches: [ main, develop ]
88
workflow_dispatch: # Allow manual trigger

.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, 'feature/**', 'fix/**' ]
5+
branches: [ main, develop, 'feature/**', 'fix/**', 'copilot/**' ]
66
pull_request:
77
branches: [ main, develop ]
88
workflow_dispatch: # Allow manual trigger

0 commit comments

Comments
 (0)