From 0c0a25c3142b02bd7cb6816ff1d8fbf093546b0e Mon Sep 17 00:00:00 2001 From: Gregor Date: Tue, 10 Oct 2023 15:56:28 +0200 Subject: [PATCH] rename branch to main --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index eac6d5a..0dad624 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -2,9 +2,9 @@ name: PHP Composer on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] permissions: contents: read