diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 912c695..8f77b2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,8 @@ name: Build and Release on: push: tags: - - 'v*.*.*' # Match version tags + - 'v*.*.*' # Match version tags + workflow_dispatch: # Allows manual triggering jobs: build: