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