From b2a4844cd16b6c22423497a26430fed0e865f903 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Tue, 8 Dec 2020 15:08:15 +0300 Subject: [PATCH] Update phpunit.yml --- .github/workflows/phpunit.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index e22a4f3..156307d 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -1,6 +1,13 @@ name: Tests -on: [push,pull_request] +on: + # Run action on every push and PR + push: + pull_request: + + # Run action at midnight to test against any updated dependencies + schedule: + - cron: '0 0 * * *' jobs: phpunit: