From de9d3efa0fb0d71d6619b8dab7d6a4884838ac05 Mon Sep 17 00:00:00 2001 From: Jakub Raczek Date: Tue, 26 Nov 2024 07:39:52 +0100 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 2678de4..fb9fff1 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -4,6 +4,7 @@ # https://docs.microsoft.com/azure/devops/pipelines/languages/java on: + workflow_dispatch: push: branches: - '*' @@ -77,4 +78,4 @@ jobs: tag: ${{ env.dBTestCompareVersion }} name: "Version ${{ env.dBTestCompareVersion }}" skipIfReleaseExists: true - if: success() && startsWith(github.ref, 'refs/tags/') \ No newline at end of file + if: success() && startsWith(github.ref, 'refs/tags/')