Ensure build script only runs on push to version tags
This commit is contained in:
parent
72ec3c03f3
commit
062c0c1584
2 changed files with 3 additions and 4 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -2,9 +2,8 @@ name: Build Proxywoman
|
|||
|
||||
on:
|
||||
push:
|
||||
# branches: [ master ]
|
||||
# pull_request:
|
||||
# branches: [ master ]
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue