From 69ec80d75f38e9f22525fe88d67065cb540db79d Mon Sep 17 00:00:00 2001 From: Jesse de Wit Date: Fri, 26 Jan 2024 13:54:19 +0100 Subject: [PATCH] temp: run release CI on branch push --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 49515b96..2b3c943b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,6 +4,8 @@ on: push: tags: - 'v*' + branches: + - releases env: GO_VERSION: 1.21.0