Skip to content

Commit

Permalink
Rename default branch from "master" to "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Dec 2, 2024
1 parent 70bc463 commit 68ae3ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docs - Build
on:
push:
branches:
- master
- main
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docs - Test
on:
push:
branches:
- master
- main
paths:
- docs/**
- '**/README.md'
Expand Down
2 changes: 1 addition & 1 deletion docs/app/.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ APP_SECRET=33bb78840bc74edd597593383decfbe3
ROUTER_DEFAULT_URI=http://localhost
###< symfony/framework-bundle ###
GITHUB_URL=https://github.com/manala/manala-recipes
GITHUB_CONTENT_URL=$GITHUB_URL/blob/master/
GITHUB_CONTENT_URL=$GITHUB_URL/blob/main/

0 comments on commit 68ae3ea

Please sign in to comment.