Skip to content

Commit 5e17189

Browse files
committed
Extended Github workflow to run a scheduled maven build once a day
1 parent 76ce3ea commit 5e17189

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name: Java CI with Maven
66
on:
77
push:
88
branches: [ release/rel_3 ]
9+
schedule:
10+
- cron: '15 9 * * *'
911

1012
jobs:
1113
build:

0 commit comments

Comments
 (0)