From e0e09902eaa5cb3f51b0cfa40d7aa0314a829397 Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Tue, 10 Nov 2020 16:39:08 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ddb4965..469de14 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -8,6 +8,10 @@ on: branches: [ master ] pull_request: branches: [ master ] + schedule: + # catch SNAPSHOT breaking changes, check before THU OSLC calls and on Sat + - cron: "30 4 * * 4,6" + workflow_dispatch: jobs: build: