From 17dd313c24dda8c729363f8a67054343cc5ddc69 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 7 Dec 2019 15:16:07 +0100 Subject: [PATCH] schedule CI workflow to run daily --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cee3b72..860f9d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,14 @@ name: 'CI/CD Pipeline' -on: [push, pull_request] +on: + push: + branches: + - '**' + pull_request: + branches: + - '**' + schedule: + - cron: '0 22 * * *' jobs: test: