Skip to content

Commit a636616

Browse files
authored
Update multi-maven.yml
1 parent 6dfc5e6 commit a636616

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/multi-maven.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Multi-Matrix Maven Build
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ master ]
88
schedule:
99
- cron: '0 2 * * *' # Runs daily at 2 AM UTC
1010

@@ -67,8 +67,8 @@ jobs:
6767
body: |
6868
The build has failed for OS: ${{ matrix.os }} and Java: ${{ matrix.java }}.
6969
Please check the workflow logs for details.
70-
71-
70+
71+
7272

7373

7474

0 commit comments

Comments
 (0)