Skip to content

Commit 8058a83

Browse files
committed
Allow dispatching vsix build manually and from branches
1 parent 28160f7 commit 8058a83

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-vsix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Build VSIX
33
on:
44
push:
55
branches: [ main ]
6+
# Allows you to run this workflow manually from the Actions tab
7+
workflow_dispatch:
68

79
jobs:
810
build:

0 commit comments

Comments
 (0)