From 80ba0b528cf859ecd35e8614ded2103fcf277c83 Mon Sep 17 00:00:00 2001 From: Alexander Walther Date: Sat, 4 Jun 2022 17:53:00 +0200 Subject: [PATCH] Update php-checks.yml --- .github/workflows/php-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php-checks.yml b/.github/workflows/php-checks.yml index 1bee410..56eed90 100644 --- a/.github/workflows/php-checks.yml +++ b/.github/workflows/php-checks.yml @@ -3,9 +3,9 @@ name: PHP checks on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: