Skip to content

Commit c65cbb3

Browse files
committed
update github actions
1 parent 9a10f53 commit c65cbb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
name: Java CI with Maven
55

66
on:
7+
# Triggers the workflow on push for the main and develop branch
78
push:
8-
branches: [ develop ]
9+
branches: [ main, develop ]
910
pull_request:
10-
branches: [ develop ]
11+
branches: [ main, develop ]
1112

1213
jobs:
1314
build:

0 commit comments

Comments
 (0)