From cc9910e4b6451bf41e772ca423d7ddb47b2ac4f4 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Thu, 20 Jun 2024 16:47:29 -0700 Subject: [PATCH] Clean up action (#42) --- .github/workflows/make-release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: