Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Dec 6, 2024
1 parent 1782018 commit a1019df
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Build VS Code Extension

on:
push:
branches:
- main
paths:
- "editors/code/**"
pull_request:
paths:
- "editors/code/**"
Expand All @@ -23,8 +19,6 @@ jobs:
with:
node-version: latest

- run: cd editors/code && npm install

- name: Package extension
uses: HaaLeo/publish-vscode-extension@v1
id: package_extension
Expand Down

0 comments on commit a1019df

Please sign in to comment.