diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c302cb75..bab252aa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,6 @@ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c6f0e38..40b4d815 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ on: push: branches: [ master ] pull_request: - branches: [ master, dev ] + branches: [ master ] name: Continuous integration diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5853790..5fdbfd2f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Before contributing, please read [our code style](https://github.com/teloxide/teloxide/blob/master/CODE_STYLE.md) and [the license](https://github.com/teloxide/teloxide/blob/master/LICENSE). -To change the source code, fork the `dev` branch of this repository and work inside your own branch. Then send us a PR into `dev` branch and wait for the CI to check everything. However, you'd better check changes first locally: +To change the source code, fork the `master` branch of this repository and work inside your own branch. Then send us a PR into `master` branch and wait for the CI to check everything. However, you'd better check changes first locally: ``` cargo clippy --all --all-features --all-targets