diff --git a/.github/workflows/bump-version.yaml b/.github/workflows/bump-version.yml similarity index 100% rename from .github/workflows/bump-version.yaml rename to .github/workflows/bump-version.yml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yml similarity index 92% rename from .github/workflows/ci.yaml rename to .github/workflows/ci.yml index 6ead2ae..73a790e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ "dev", "main" ] + branches: [ "main" ] pull_request: - branches: [ "dev", "main" ] + branches: [ "main" ] jobs: test: diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yml similarity index 100% rename from .github/workflows/publish.yaml rename to .github/workflows/publish.yml diff --git a/README.md b/README.md index 0bbb3f6..55dd136 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ asyncio.run(main()) ## Contributing 1. Fork the repository -2. Create a new branch under feature/* -3. Submit a pull request into dev with your improvements +2. Create a feature branch feature/[your-feature], branching off from main +3. Submit a pull request to main with your improvements This project uses [Hatch](https://hatch.pypa.io/).