From ee0014e2154f312e2a3091d42520e6fed99fc733 Mon Sep 17 00:00:00 2001 From: Umputun Date: Wed, 11 Aug 2021 20:37:51 -0500 Subject: [PATCH] trigger site updates on README.md changes --- .github/workflows/ci-site.yml | 2 ++ README.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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.