From 0505189de7bcd9c447d72d5efa061ceb1343a2ff Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Sat, 28 Mar 2020 18:20:09 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d8d465..8029289 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,9 +9,8 @@ on: branches: - master - github-actions - pull_request: - branches: - - master + schedule: + - cron: 30 18 * * * # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: