We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ce3ea commit 5e17189Copy full SHA for 5e17189
.github/workflows/maven.yml
@@ -6,6 +6,8 @@ name: Java CI with Maven
6
on:
7
push:
8
branches: [ release/rel_3 ]
9
+ schedule:
10
+ - cron: '15 9 * * *'
11
12
jobs:
13
build:
0 commit comments