From 3a015d8b3a54195b5b062721c12b7ba5ba4b92c9 Mon Sep 17 00:00:00 2001 From: Lasse Alm Date: Tue, 13 Feb 2024 11:18:33 +0100 Subject: [PATCH] test push on branches --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bfe8a1e..fa4e2e1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,8 @@ name: Release workflow on: - release: - types: [published] + push: + branches: [lma/dockerimage] env: RUST_VERSION: rust:1.70-buster