From 6e1b4621076ee1474f9c9e68044e9d28f7d3c108 Mon Sep 17 00:00:00 2001 From: Yixing Lao Date: Sun, 7 Apr 2024 13:01:04 +0800 Subject: [PATCH] refactor: master->main for links and ci --- .github/workflows/formatter.yml | 2 +- .github/workflows/pypi.yml | 2 +- .github/workflows/unit_test.yml | 2 +- README.md | 16 ++++++++-------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/formatter.yml b/.github/workflows/formatter.yml index a72d9f9..16b99ef 100644 --- a/.github/workflows/formatter.yml +++ b/.github/workflows/formatter.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - master + - main pull_request: types: [opened, reopened, synchronize] diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index ac51a1d..e8e5502 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - master + - main pull_request: types: [opened, reopened, synchronize] diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml index aa023a5..9e8c26d 100644 --- a/.github/workflows/unit_test.yml +++ b/.github/workflows/unit_test.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - master + - main pull_request: types: [opened, reopened, synchronize] diff --git a/README.md b/README.md index b0e2cbb..613783d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- - CamTools Logo + + CamTools Logo

CamTools: Camera Tools for Computer Vision

@@ -20,8 +20,8 @@ clear and easy-to-use APIs.

- - CamTools Logo + + CamTools Logo

@@ -37,7 +37,7 @@ clear and easy-to-use APIs. ```

- +

2. Convert camera parameters. @@ -247,7 +247,7 @@ the beginning of the README. ## Contributing - Follow [Angular's commit message convention](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-format) for PRs. - - This applies to PR's title and ultimately the commit messages in `master`. + - This applies to PR's title and ultimately the commit messages in `main`. - The prefix shall be one of `build`, `ci`, `docs`, `feat`, `fix`, `perf`, `refactor`, `test`. - Use lowercase. - Format your code with [black](https://github.com/psf/black). This will be enforced by the CI. @@ -258,6 +258,6 @@ If you use CamTools in your project, consider adding one of the following badges to your project.

-Built with CamTools -Built with CamTools +Built with CamTools +Built with CamTools