From d8f02e88a860114b5e247027911ced72ebffc0cf Mon Sep 17 00:00:00 2001 From: Chris Ainsworth-Patrick Date: Mon, 21 Aug 2023 13:49:00 +0100 Subject: [PATCH] fix branch detection --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bcdc1a5..2def8f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: branches: - - '*' + - 'main' jobs: releases-matrix: