diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 8ed8f8b59..675c898a4 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -12,7 +12,7 @@ on: push: branches: [ "dev" ] pull_request: - branches: [ "dev" , "main" ] + branches: [ "dev" , "main" , "release" ] jobs: build: diff --git a/README.md b/README.md index 9959f5116..174839178 100644 --- a/README.md +++ b/README.md @@ -164,4 +164,4 @@ We welcome your contributions! Please read [Code of Conduct](./CODE_OF_CONDUCT.m ## License -The Microsphere Java is released under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). +The Microsphere Java is released under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). \ No newline at end of file