Skip to content

Commit 543f2f4

Browse files
authored
Add cron schedule for monthly CI run
Add a scheduled job to run CI on the 26th of every month.
1 parent d774338 commit 543f2f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

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

66
on:
7+
schedule:
8+
- cron: "1 1 26 * *"
79
push:
810
branches: [ master, development, experimental, osb* ]
911
pull_request:

0 commit comments

Comments
 (0)