Rename main branch

This commit is contained in:
Nicolas Grekas
2022-04-20 20:41:31 +02:00
parent 529d3f0014
commit 37cb150b11
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ name: Update Flex endpoint
on:
push:
branches:
- master
- main
defaults:
run:
@@ -13,5 +13,5 @@ jobs:
call-flex-update:
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
with:
branch: master
branch: main
contrib: true
+1 -1
View File
@@ -11,6 +11,6 @@ jobs:
call-qa:
uses: symfony/recipes/.github/workflows/callable-qa.yml@main
with:
branch: master
branch: main
contrib: true
find_yaml: -not -wholename 'codeception/codeception/*/tests/*' -not -wholename 'codeception/codeception/*/codeception.yml'