diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 076aed8..1192b11 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -2,7 +2,12 @@ name: Static Code Analysis on: push: + branches: + - master + - ci pull_request: + branches: + - master concurrency: group: phpstan-${{ github.ref }} diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 11bbbf4..0bd0583 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -9,6 +9,7 @@ - Support for MQTT over WebSocket - The first PHP library to support the MQTT 5.0 protocol -[Gitee](https://gitee.com/phpmqtt/mqtt) +[Get Started](#phpmqtt) [GitHub](https://github.com/simps/mqtt) -[Get Started](#phpmqtt) \ No newline at end of file +[Gitee](https://gitee.com/phpmqtt/mqtt) +[GitCode](https://gitcode.com/simps/mqtt) diff --git a/docs/favicon.ico b/docs/favicon.ico index c094215..d8e19b6 100644 Binary files a/docs/favicon.ico and b/docs/favicon.ico differ diff --git a/docs/index.html b/docs/index.html index 25bed47..e8fe360 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,12 +5,13 @@