From 8b0916faf79b76493c267e9406682c6af12215a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Blaznik?= Date: Mon, 10 Nov 2025 08:53:27 +0100 Subject: [PATCH] ci: build and publish binaries when a release is published --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dbb8a3..49e4c1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ master ] release: - types: [created] + types: [published] jobs: test: