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'