From 403704d4173549a59b961d60fae71c8fb8fb348d Mon Sep 17 00:00:00 2001 From: jon r Date: Mon, 17 Jul 2023 16:52:01 +0200 Subject: [PATCH] APP-414: fix(wf/release-version): add manual dispatch trigger --- .github/workflows/release-version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-version.yml b/.github/workflows/release-version.yml index 712c26a5..3e16e563 100644 --- a/.github/workflows/release-version.yml +++ b/.github/workflows/release-version.yml @@ -4,6 +4,7 @@ on: push: branches: - 'dev' + workflow_dispatch: jobs: tag-release: