Skip to content

Commit 6a9b47d

Browse files
committed
ci: Don't build release images for every commit, only tagged
1 parent 85ab47e commit 6a9b47d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-sign-release-images.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Build and Sign Blockchain Release Images
22

33
on:
44
push:
5-
branches:
6-
# Matches i.e: release/1.9.x
7-
- 'release/[0-9]+.[0-9]+.x'
85
tags:
96
- 'v[0-9]+.[0-9]+.[0-9]+(?:-\S+(?:\.\d+)*)*'
107
workflow_dispatch:

0 commit comments

Comments
 (0)