Skip to content

Commit

Permalink
chore: rename main branch to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Jan 15, 2025
1 parent 027a450 commit 76a16ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: CI
on:
push:
branches:
- main
- '[0-9].[0-9]'
tags:
- '*'
Expand Down Expand Up @@ -95,7 +94,7 @@ jobs:
PHP_CS_FIXER_IGNORE_ENV: 1
run: php-cs-fixer fix --diff --dry-run
- name: Bundle is bootable
if: ${{ matrix.bootable && github.event_name == 'push' && github.ref_name == 'main' }}
if: ${{ matrix.bootable && github.event_name == 'push' && github.ref_name == github.event.repository.default_branch }}
run: |
composer create-project "symfony/skeleton:${{ matrix.symfony }}" flex
cd flex
Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@
"App\\": "features/app/src"
}
},
"extra": {
"branch-alias": {
"dev-main": "1.5.x-dev"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
Expand Down

0 comments on commit 76a16ba

Please sign in to comment.