From 04cefa05b32ac4df1928fd30458c081cc5efbf45 Mon Sep 17 00:00:00 2001 From: Jo Ao Date: Thu, 6 Mar 2025 12:02:35 +0100 Subject: [PATCH] Fix action by adding workflow dispatch to lauch action manually --- .github/workflows/test-build-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-build-release.yml b/.github/workflows/test-build-release.yml index 2dacc7b..ae8f450 100644 --- a/.github/workflows/test-build-release.yml +++ b/.github/workflows/test-build-release.yml @@ -3,6 +3,7 @@ name: test-build-release on: push: branches: [ master ] + workflow_dispatch: permissions: contents: write