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 /.github
parent43815e936d3dcf00818b18ca132606cba754fb04 (diff)
Fix latest binary package link
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/binary_packages.yml5
1 files changed, 5 insertions, 0 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: