Skip to content

Commit

Permalink
Switched from "master" to "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Jan 30, 2025
1 parent e2563d1 commit da1f165
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ambient-package-update/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
license_year=2025,
development_status=DEPLOYMENT_STATUS_BETA,
has_migrations=False,
main_branch="main",
readme_content=ReadmeContent(uses_internationalisation=True),
dependencies=[
f"Django>={SUPPORTED_DJANGO_VERSIONS[0]}",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Unit tests
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ How to compile translation files:

- Increment version in main `__init__.py`

- Create pull request / merge to master
- Create pull request / merge to main

- This project uses the flit package to publish to PyPI. Thus, publishing should be as easy as running:
```
Expand Down

0 comments on commit da1f165

Please sign in to comment.