From 2bac889b82881604857c5a33abdcfb44209d3a7c Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Wed, 5 Feb 2025 12:59:06 +0100 Subject: [PATCH] ci: Don't build release images for every commit, only tagged --- .github/workflows/build-sign-release-images.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-sign-release-images.yaml b/.github/workflows/build-sign-release-images.yaml index 4794b87717..f454b7ae00 100644 --- a/.github/workflows/build-sign-release-images.yaml +++ b/.github/workflows/build-sign-release-images.yaml @@ -2,9 +2,6 @@ name: Build and Sign Blockchain Release Images on: push: - branches: - # Matches i.e: release/1.9.x - - 'release/[0-9]+.[0-9]+.x' tags: - 'v[0-9]+.[0-9]+.[0-9]+(?:-\S+(?:\.\d+)*)*' workflow_dispatch: