From 10eb99f8cfd3af5d0a103492e759330fc271d847 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Wed, 24 Jul 2024 01:22:31 -0400 Subject: [PATCH] Update post-release.yml --- .github/workflows/post-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 8b26370..77c2d5d 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -5,7 +5,8 @@ on: workflows: ["MetaCall Distributable Windows Release"] types: - completed - + branches: ['v*.*.*'] + jobs: test: runs-on: ubuntu-latest