From f4f294064f632b0de115930aa2b2562ae57edfda Mon Sep 17 00:00:00 2001 From: JacekZubielik Date: Fri, 17 May 2024 12:09:46 +0200 Subject: [PATCH] fix(ci): on release --- .github/workflows/image.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 77ef5c9..1b2632e 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -7,6 +7,10 @@ on: - "v*.*.*" # - v[0-9]+.* + release: + types: [published] + + pull_request: branches: [issue-*,dev-*] types: