Ensure build script only runs on push to version tags

This commit is contained in:
NBTX 2020-06-09 22:43:59 +01:00
parent 72ec3c03f3
commit 062c0c1584
2 changed files with 3 additions and 4 deletions

View file

@ -2,9 +2,8 @@ name: Build Proxywoman
on:
push:
# branches: [ master ]
# pull_request:
# branches: [ master ]
tags:
- 'v*'
jobs:

View file

@ -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).