diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index 6959bb9..d1ea51b 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -1,9 +1,11 @@ name: Build all and make release on tag on: - push: - tags: - - '*' + workflow_dispatch: +# push: +# tags: +# - '*' + jobs: build-vsix: