Skip to content

Commit 4b9765c

Browse files
committed
Trigger Maven workflow on main and dev pushes
Update CI workflow to run on pushes to both `main` and `dev` branches (was only `dev`). This ensures the Maven build runs for direct pushes to main as well; pull_request triggers already cover `main`, `dev`, and `release`. Changed .github/workflows/maven-build.yml accordingly.
1 parent 39ca7e0 commit 4b9765c

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)