From 062c0c1584149ba15f3a135c26ce6a37da8cfebd Mon Sep 17 00:00:00 2001 From: NBTX Date: Tue, 9 Jun 2020 22:43:59 +0100 Subject: [PATCH] Ensure build script only runs on push to version tags --- .github/workflows/main.yml | 5 ++--- README.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a082494..b9e1fea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,8 @@ name: Build Proxywoman on: push: -# branches: [ master ] -# pull_request: -# branches: [ master ] + tags: + - 'v*' jobs: diff --git a/README.md b/README.md index 00a3590..c774f9b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A simple proxy server created by [@NBTX](https://github.com/NBTX/) for [Postwoman](https://github.com/liyasthomas/postwoman/) and hosted by [Apollo Software](https://apollosoftware.xyz/). ## Installation 📦 -**Proxywoman require `zenity` on Linux. This is available in most distribution package managers.** +**Proxywoman requires `zenity` on Linux. This is available in most distribution package managers.** We're still working on automated installers. For now, copy the binary to a user-writeable location and launch the application. A dialog will open and explain the certificate installation process - there are more detailed instructions in our [wiki](https://github.com/postwoman-io/proxywoman/wiki).