Skip to content

Commit

Permalink
feat: run package vscode plugin workflow on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
mcecode authored and elijah-potter committed Oct 15, 2024
1 parent 58c31f5 commit c5bb790
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package_vscode_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Package VS Code Plugin
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]

jobs:
package:
Expand Down

0 comments on commit c5bb790

Please sign in to comment.