From 0381235e61ba161688444ef8b145d00fd4525f34 Mon Sep 17 00:00:00 2001 From: Alexander Sheiko Date: Tue, 28 Jul 2020 10:52:21 +0300 Subject: [PATCH] Add schedule to workflow --- .github/workflows/go.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b641e88..2895922 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,5 +1,10 @@ name: Go -on: [push] +on: + push: + pull_request: + schedule: + - cron: '0 5 * * *' + jobs: test: