From bd34eb1c22e52086e10178a537b4ebbf5e3c3d6a Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Tue, 15 Oct 2019 01:39:45 +0200 Subject: [PATCH] Update monitoring_link.yml --- .github/workflows/monitoring_link.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/monitoring_link.yml b/.github/workflows/monitoring_link.yml index e7d930b..86d3929 100644 --- a/.github/workflows/monitoring_link.yml +++ b/.github/workflows/monitoring_link.yml @@ -1,10 +1,10 @@ on: - branches: - - master - -schedule: -# Run at 12:00 in working days - - cron: 0 12 * * 0-5 + push: + branches: + - master + schedule: + # Run at 12:00 on working days + - cron: 0 12 * * 0-5 jobs: build: