From b26a6979e580de3215ad7b0bca5940472561da6e Mon Sep 17 00:00:00 2001 From: abirembaut Date: Fri, 2 Aug 2024 11:48:49 +0200 Subject: [PATCH] fix(build action): allow manual build --- .github/workflows/build_branch.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_branch.yml b/.github/workflows/build_branch.yml index 2040d40..3336aed 100644 --- a/.github/workflows/build_branch.yml +++ b/.github/workflows/build_branch.yml @@ -1,6 +1,7 @@ name: Build on: + workflow_dispatch: push: branches: - "[0-9]+.[0-9]+.x" @@ -18,4 +19,4 @@ jobs: uses: ./.github/workflows/_reusable_build.yml with: publish: true - secrets: inherit \ No newline at end of file + secrets: inherit