Skip to content

Commit

Permalink
ci: Don't build release images for every commit, only tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Feb 5, 2025
1 parent 7c107a3 commit 2bac889
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-sign-release-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2bac889

Please sign in to comment.