Fix latest binary package link
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 @@
 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 @@
 * **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