diff options
author | Dylan Arbour <arbourd@users.noreply.github.com> | 2024-05-07 14:38:15 -0400 |
---|---|---|
committer | avahahn <110854134+avahahn@users.noreply.github.com> | 2024-05-09 13:09:57 -0700 |
commit | 6d0880c9956243ba476ce25ca7c1060692d172a2 (patch) | |
tree | 4c06a16cee4124f0ec69925d409b2acafbfde0d9 /tools | |
parent | 00009765a825346127c411250d46ed5647c9a823 (diff) | |
download | unit-6d0880c9956243ba476ce25ca7c1060692d172a2.tar.gz unit-6d0880c9956243ba476ce25ca7c1060692d172a2.tar.bz2 |
Add unitctl build and release CI
Adds a GitHub Actions workflow that builds and releases unitctl binaries
when a tag prefixed with `unitctl/` is pushed.
Binaries are built on pull-requests that change any files within
`tools/unitctl`, on `master` branch pushes and when `unitctl/` prefixed
tags are pushed.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/unitctl/unit-openapi/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/unitctl/unit-openapi/README.md b/tools/unitctl/unit-openapi/README.md index b8506bda..05aba6d9 100644 --- a/tools/unitctl/unit-openapi/README.md +++ b/tools/unitctl/unit-openapi/README.md @@ -409,3 +409,4 @@ cargo doc --open ## Author unit-owner@nginx.org + |