Skip to content

Commit b33d7ff

Browse files
authored
added scheduled Java CI run
1 parent d3c7c1c commit b33d7ff

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
@@ -4,6 +4,8 @@ on:
44
push:
55
pull_request:
66
types: [reopened, opened, synchronize]
7+
schedule:
8+
- cron: '30 5 * * *'
79

810
jobs:
911
test:

0 commit comments

Comments
 (0)