Skip to content

Commit

Permalink
Add workflow_dispatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
moetelo committed Oct 11, 2023
1 parent a685ee9 commit 8e4897c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/deploy-extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Deploy Extension

on:
workflow_dispatch:
inputs:
test:
description: 'test input'
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
Expand All @@ -14,7 +18,12 @@ jobs:
with:
node-version: 20
- uses: pnpm/[email protected]
- run: pnpm install --dir ./packages/vscode
with:
version: 8
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- run: pnpm run build

- name: Publish to Visual Studio Marketplace
Expand Down

0 comments on commit 8e4897c

Please sign in to comment.