From 841ef4a04ecab5eeb9345ab32b528c45f2d1b560 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 14 Aug 2024 14:11:47 +0200 Subject: [PATCH] chore (ci): fix main branch name in actions trigger --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 397189e..fc4bda0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] workflow_dispatch: jobs: @@ -64,4 +64,4 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/php/coverage.xml - if: matrix.coverage == true \ No newline at end of file + if: matrix.coverage == true