diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed2a785..0d2d5cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,11 @@ name: release on: - pull_request: - push: + workflow_dispatch: +# NOTE: In the future we might want to do auto releasing on every tag +# push: +# tags: +# - '*' permissions: contents: write