Skip to content

Commit afa5905

Browse files
committed
Run Maven CI on main branch
Add the 'main' branch to the push triggers in the Maven GitHub Actions workflow so builds run on pushes to main as well as dev. This ensures CI is executed for merges or direct pushes to the main branch.
1 parent f23fb94 commit afa5905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Maven Build
1010

1111
on:
1212
push:
13-
branches: [ "dev" ]
13+
branches: [ 'main' , "dev" ]
1414
pull_request:
1515
branches: [ "main" , "dev" , "release" ]
1616

0 commit comments

Comments
 (0)