From 462eef48839bd81ebe7676a46ff3e5411ea010bf Mon Sep 17 00:00:00 2001 From: Nitin Gouda Date: Tue, 25 Jun 2024 06:08:11 +0000 Subject: [PATCH] adding repo dispatch --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c047863..c6d404c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,12 @@ name: "MetaCall Distributable Windows Release" on: + repository_dispatch: + types: [test-trigger] + pull_request: push: tags: - 'v*.*.*' - jobs: build: runs-on: windows-2019