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 c5a0ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 2 additions & 3 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,9 +94,9 @@ 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
composer config extra.symfony.allow-contrib true
composer req --ignore-platform-reqs tilleuls/forgot-password-bundle:dev-${{ github.ref_name }}
composer req --ignore-platform-reqs tilleuls/forgot-password-bundle:${{ github.ref_name }}.x-dev
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 c5a0ae9

Please sign in to comment.