From 6920c5fa399606ea24170509825b21a4a6537539 Mon Sep 17 00:00:00 2001 From: Tim Van Wassenhove Date: Sat, 30 Mar 2024 18:39:21 +0100 Subject: [PATCH] ci: attempt to build binaries on release --- .github/workflows/binaries.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 8618e40..9fc4454 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -5,7 +5,8 @@ permissions: on: release: - types: [published] + types: [created] + branches: [main] env: CARGO_INCREMENTAL: 0