diff --git a/.github/workflows/ci-site.yml b/.github/workflows/ci-site.yml index 3f15872..257d637 100644 --- a/.github/workflows/ci-site.yml +++ b/.github/workflows/ci-site.yml @@ -7,10 +7,12 @@ on: paths: - ".github/workflows/ci-site.yml" - "site/**" + - "README.md" pull_request: paths: - ".github/workflows/ci-site.yml" - "site/**" + - "README.md" jobs: diff --git a/README.md b/README.md index 375fe55..c147860 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,6 @@ Help Options: -h, --help Show this help message ``` - ## Status The project is under active development and may have breaking changes till `v1` is released. However, we are trying our best not to break things unless there is a good reason. As of version 0.4.x, reproxy is considered good enough for real-life usage, and many setups are running it in production.