From 2bbeb679bb58446ad98099033bf8186b57568fca Mon Sep 17 00:00:00 2001 From: Chris Morrell Date: Tue, 20 Aug 2024 23:48:34 -0400 Subject: [PATCH] Update phpunit.yml --- .github/workflows/phpunit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 3147605..f3205b9 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -2,6 +2,8 @@ name: PHPUnit on: push: + branches: + - main pull_request: schedule: - cron: '0 14 * * 3' # Run Wednesdays at 2pm EST