Skip to content

Commit cc9910e

Browse files
Clean up action (#42)
1 parent 2498c75 commit cc9910e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/make-release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Build all and make release on tag
22

33
on:
4-
push:
5-
tags:
6-
- '*'
4+
workflow_dispatch:
5+
# push:
6+
# tags:
7+
# - '*'
8+
79

810
jobs:
911
build-vsix:

0 commit comments

Comments
 (0)