From 3d1a5da432fb6d769f9c5690f7d0ac427322c50a Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 11 Dec 2024 13:50:30 +0200 Subject: [PATCH] fix(ci): forgot we are using master branch --- .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 c02a896..3671033 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -4,9 +4,9 @@ name: PHPUnit on: push: - branches: [main] + branches: [master, main] pull_request: - branches: [main] + branches: [master, main] jobs: build-test: