From 3017216800303acc4f8b6ee6a732c45fd93f0655 Mon Sep 17 00:00:00 2001 From: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> Date: Fri, 9 Oct 2020 20:19:15 +0200 Subject: [PATCH] Launch the tests every day --- .github/workflows/test.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e7a7bd6..65e5f699 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,14 @@ name: "Run tests" on: - - push - - pull_request + schedule: + - cron: '0 0 * * *' + push: + branches: + - master + pull_request: + branches: + - master env: FORMAT_FILE: README.md