We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28160f7 commit 8058a83Copy full SHA for 8058a83
1 file changed
.github/workflows/build-vsix.yml
@@ -3,6 +3,8 @@ name: Build VSIX
3
on:
4
push:
5
branches: [ main ]
6
+ # Allows you to run this workflow manually from the Actions tab
7
+ workflow_dispatch:
8
9
jobs:
10
build:
0 commit comments