Skip to content

Commit 54cc921

Browse files
Rename branch to "main"
1 parent 6e04206 commit 54cc921

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/callable-flex-update-archived.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call:
55
inputs:
66
branch:
7-
default: master
7+
default: main
88
required: false
99
type: string
1010

.github/workflows/flex-update.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update Flex endpoint
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
defaults:
99
run:
@@ -13,5 +13,4 @@ jobs:
1313
call-flex-update:
1414
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
1515
with:
16-
branch: master
1716
versions_json: .github/versions.json

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
call-qa:
1212
uses: symfony/recipes/.github/workflows/callable-qa.yml@main
1313
with:
14-
branch: master
14+
branch: main

0 commit comments

Comments
 (0)