From 37cb150b111e2ea97684e8c8096b1528281a7862 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 20 Apr 2022 20:41:31 +0200 Subject: [PATCH] Rename main branch --- .github/workflows/flex-update.yml | 4 ++-- .github/workflows/qa.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flex-update.yml b/.github/workflows/flex-update.yml index 45d79b51..119cb526 100644 --- a/.github/workflows/flex-update.yml +++ b/.github/workflows/flex-update.yml @@ -3,7 +3,7 @@ name: Update Flex endpoint on: push: branches: - - master + - main defaults: run: @@ -13,5 +13,5 @@ jobs: call-flex-update: uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main with: - branch: master + branch: main contrib: true diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index fa1f230d..21881618 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -11,6 +11,6 @@ jobs: call-qa: uses: symfony/recipes/.github/workflows/callable-qa.yml@main with: - branch: master + branch: main contrib: true find_yaml: -not -wholename 'codeception/codeception/*/tests/*' -not -wholename 'codeception/codeception/*/codeception.yml'