From 1df53a2104450a3651e602dfa821cc9a5de5617c Mon Sep 17 00:00:00 2001 From: Teguh Rijanandi <43981051+teguh02@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:18:08 +0700 Subject: [PATCH] Update phpunit.yml --- .github/workflows/phpunit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index a11c273..818a188 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -3,10 +3,10 @@ name: PHPUnit Tests on: push: branches: - - main + - master pull_request: branches: - - main + - master jobs: test: