From 54cc921d06e84f1cd5182582a7110850b33d22d0 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sat, 30 Apr 2022 10:59:29 -0700 Subject: [PATCH] Rename branch to "main" --- .github/workflows/callable-flex-update-archived.yml | 2 +- .github/workflows/flex-update.yml | 3 +-- .github/workflows/qa.yml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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