Rename branch to "main"

This commit is contained in:
Nicolas Grekas
2022-04-30 10:59:29 -07:00
parent 6e042060e2
commit 54cc921d06
3 changed files with 3 additions and 4 deletions
@@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
branch:
default: master
default: main
required: false
type: string
+1 -2
View File
@@ -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
+1 -1
View File
@@ -11,4 +11,4 @@ jobs:
call-qa:
uses: symfony/recipes/.github/workflows/callable-qa.yml@main
with:
branch: master
branch: main