From 3aaf88d3eb8b3ce5458cfd1601a468999505770d Mon Sep 17 00:00:00 2001 From: Sergey Sova <5620073+sergeysova@users.noreply.github.com> Date: Wed, 10 Nov 2021 03:55:49 +0300 Subject: [PATCH] ci: add release creating --- .github/workflows/image-api.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/image-api.yml b/.github/workflows/image-api.yml index a3f3bee..4442ece 100644 --- a/.github/workflows/image-api.yml +++ b/.github/workflows/image-api.yml @@ -14,6 +14,10 @@ on: - "api-admin@*" - "api-internal@*" - "api-public@*" + + release: + types: # This configuration does not affect the page_build event above + - created workflow_dispatch: inputs: @@ -22,6 +26,7 @@ on: required: true default: 'no' + jobs: style: runs-on: ubuntu-latest