Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-05-30 11:49:08 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-05-30 11:49:08 +0300
commit8a444f3074ab1a3acaa183e305c37799178b5973 (patch)
tree18711552c8226a29f2818ded7c7674f16ec4662c
parent43815e936d3dcf00818b18ca132606cba754fb04 (diff)
Fix latest binary package link
-rw-r--r--.github/workflows/binary_packages.yml5
-rw-r--r--README.md4
2 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/binary_packages.yml b/.github/workflows/binary_packages.yml
index a19ab38..34d8e32 100644
--- a/.github/workflows/binary_packages.yml
+++ b/.github/workflows/binary_packages.yml
@@ -3,6 +3,11 @@ name: Build binary packages
on:
workflow_dispatch:
workflow_call:
+ push:
+ branches:
+ - 'master'
+ tags:
+ - '*'
jobs:
build_linux:
diff --git a/README.md b/README.md
index 0ee758a..33f5ccf 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,9 @@ restricted system.
* **Homepage:** https://jpa.kapsi.fi/nanopb/
* **Git repository:** https://github.com/nanopb/nanopb/
* **Documentation:** https://jpa.kapsi.fi/nanopb/docs/
-* **Downloads:** https://jpa.kapsi.fi/nanopb/download/
* **Forum:** https://groups.google.com/forum/#!forum/nanopb
-* **Latest binary packages:** https://github.com/nanopb/nanopb/actions/workflows/trigger_on_code_change.yml
+* **Stable version downloads:** https://jpa.kapsi.fi/nanopb/download/
+* **Pre-release binary packages:** https://github.com/nanopb/nanopb/actions/workflows/binary_packages.yml
Using the nanopb library