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: