From 0ad520de0f087b7e012e432660e44631be7f689e Mon Sep 17 00:00:00 2001 From: Dmitriy Mozgovoy Date: Wed, 3 Jan 2024 23:34:54 +0200 Subject: [PATCH] chore(ci): fix notify action; (#6172) --- .github/workflows/notify.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 5d6be35..4df1459 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -7,15 +7,22 @@ on: # - completed #repository_dispatch: # types: [ notify ] - release: - types: [ published ] + #release: + # types: [published] + # branches: + # - main + # - 'v**' + push: + tags: + - 'v[0-9]+.[0-9]+.[0-9]+' branches: - main - 'v**' + workflow_dispatch: inputs: tag: - required: true + required: false jobs: notify: runs-on: ubuntu-latest