diff --git a/.github/workflows/callable-flex-update-archived.yml b/.github/workflows/callable-flex-update-archived.yml index c0fa3e04..9f644360 100644 --- a/.github/workflows/callable-flex-update-archived.yml +++ b/.github/workflows/callable-flex-update-archived.yml @@ -4,7 +4,7 @@ on: workflow_call: inputs: branch: - default: master + default: main required: false type: string diff --git a/.github/workflows/flex-update.yml b/.github/workflows/flex-update.yml index 91bff741..d57d0f97 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,4 @@ jobs: call-flex-update: uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main with: - branch: master versions_json: .github/versions.json diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index e94fdff9..14ebe4ef 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -11,4 +11,4 @@ jobs: call-qa: uses: symfony/recipes/.github/workflows/callable-qa.yml@main with: - branch: master + branch: main