Skip to content

Commit c0fbe7e

Browse files
authored
Update maven-multi-flow.yml
1 parent a636616 commit c0fbe7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-multi-flow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Maven Multi-Job Workflow
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 3 * * *' # Runs daily at 3 AM UTC
1010

0 commit comments

Comments
 (0)