mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Rename branch to "main"
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
branch:
|
||||
default: master
|
||||
default: main
|
||||
required: false
|
||||
type: string
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -11,4 +11,4 @@ jobs:
|
||||
call-qa:
|
||||
uses: symfony/recipes/.github/workflows/callable-qa.yml@main
|
||||
with:
|
||||
branch: master
|
||||
branch: main
|
||||
|
||||
Reference in New Issue
Block a user