diff --git a/{{ cookiecutter.slug }}/.github/workflows/release.yaml b/{{ cookiecutter.slug }}/.github/workflows/release.yaml index 9ceb642..40e586d 100644 --- a/{{ cookiecutter.slug }}/.github/workflows/release.yaml +++ b/{{ cookiecutter.slug }}/.github/workflows/release.yaml @@ -4,6 +4,7 @@ on: push: tags: - v* + workflow_dispatch: jobs: build: